> diff --git a/scripts/mk-images b/scripts/mk-images > index 32da48e..631434c 100755 > --- a/scripts/mk-images > +++ b/scripts/mk-images > @@ -264,6 +264,8 @@ expandModuleSet() { > SET="$SET $(cat $MBD_DIR/lib/modules/$kernel/modules.block |egrep '(ata|ahci)' |sed -e 's/.ko//')" > elif [ "$NAME" = "scsi" ]; then > SET="$SET $(cat $MBD_DIR/lib/modules/$kernel/modules.block) |sed -e 's/.ko//')" > + elif [ "$NAME" = "net" ]; then > + SET="$SET $(cat $MBD_DIR/lib/modules/$kernel/modules.networking) |sed -e 's/.ko//')" > else > # Ignore if group list does not exist > if [ -e $MBD_DIR/lib/modules/$kernel/modules.$NAME ]; then Looks fine to me, though I have no idea how we're getting any network modules at all without this patch. Also, I believe the bugs have only been filed against x86_64, so what's the deal with i386? Well whatever, this patch is still right for what the kernel provides us now. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list