summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-08-30 17:11:34 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-08-30 17:11:34 +0000
commita8bb810e9eeefca20473051fef8a759105ff6c4e (patch)
treeb8ad5c69c66dfe47d3115f1428ee0c1e157d446c /scripts/upd-instroot
parent01a7ca6925a777d56b5501d100ed5488cdad3ae1 (diff)
downloadanaconda-a8bb810e9eeefca20473051fef8a759105ff6c4e.tar.gz
anaconda-a8bb810e9eeefca20473051fef8a759105ff6c4e.tar.xz
anaconda-a8bb810e9eeefca20473051fef8a759105ff6c4e.zip
* loader2/net.c (chooseNetworkInterface): Skip devices that do not
have firmware loaded (#251941). * scripts/upd-instroot: Add *-firmware to PACKAGES for now. We'll change this later once the kernel provides us with more info (#177452). * scripts/mk-images (makeinitrd): Remove arch test for copying over firmware files. Just check the module list and copy firmware, also add atmel and iwl4965 (#177452).
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 0b2b0dec6..ffe3b00fd 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -252,11 +252,11 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux
yum-metadata-parser gfs2-utils libvolume_id nash yum-fedorakmod
libdhcp libnl libdhcp6client libdhcp4client newt-python
device-mapper device-mapper-libs dmraid keyutils-libs libsemanage-python
- python-pyblock mkinitrd libbdevid libbdevid-python nss nspr"
+ python-pyblock mkinitrd libbdevid libbdevid-python nss nspr
+ *-firmware"
if [ $ARCH = i386 -o $ARCH = x86_64 ]; then
- PACKAGES="$PACKAGES pcmciautils ipw2100-firmware ipw2200-firmware
- iwl3945-firmware zd1211-firmware"
+ PACKAGES="$PACKAGES pcmciautils"
fi
if [ $ARCH = i386 -o $ARCH = x86_64 -o $ARCH = ia64 ]; then