#!/bin/sh

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

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