In case without BOOTIF, but /tmp/ifaces are already created. net-genrule.sh will fall to bring up all net interfaces. Fix by reading from /tmp/ifaces before generating rules instead. Signed-off-by: Dave Young <dyoung@xxxxxxxxxx> --- modules.d/40network/net-genrules.sh | 2 ++ 1 file changed, 2 insertions(+) --- dracut.orig/modules.d/40network/net-genrules.sh +++ dracut/modules.d/40network/net-genrules.sh @@ -19,6 +19,8 @@ if [ -z "$netroot" ] && [ ! -e "/tmp/net return fi +[ -e /tmp/net.ifaces ] && read IFACES < /tmp/net.ifaces + # Write udev rules { # bridge: attempt only the defined interface -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html