From a8bb810e9eeefca20473051fef8a759105ff6c4e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 30 Aug 2007 17:11:34 +0000 Subject: * 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). --- scripts/upd-instroot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/upd-instroot') 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 -- cgit