[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Fix pulling in network modules
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Fix pulling in network modules
- Date: Fri, 16 Jan 2009 10:45:36 -0500
> 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]