#!/bin/sh

msg=
run() {
	rm -rf /dev/.initramfs

	[ ! -f /tmp/net-lo.conf ] ||
		ipconfig -D lo
}
