On 11/08/2012 11:40 AM, dyoung@xxxxxxxxxx wrote: > 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 later code will update and overwrite IFACES So use net.ifaces as default above line should be moved after the bond.info test code chunk. > + > # Write udev rules > { > # bridge: attempt only the defined interface > -- Thanks Dave -- 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