set_preinit_iface() {
	ip link set eth0 up
	ifname=lan1
}

boot_hook_add preinit_main set_preinit_iface

