Please ignore this. Last post 5/6 got received as well. They were rejected by vger.kernel.org maybe because I use local postfix sendmail. After adding a relay server they were sent out finally.. On 11/08/2012 05:58 PM, Dave Young wrote: > Get ifaces for udev rule use > > 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 -- 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