stop tarballing firmware
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Tue, 6 Aug 2013 00:39:06 +0000 (20:39 -0400)
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Tue, 6 Aug 2013 00:39:06 +0000 (20:39 -0400)
I can't find a reason why firmware is tarballed in the first
place, and now things are messing up because of missing firmware.
Remove tarballing and tmpfs mount for /lib/firmware and just leave
it alone. Bug 479456

targets/support/livecdfs-update.sh

index 5aaa38e5119c21671dfd721bc92de6a6024b47b7..b34e9177fa3382d66b8050f85a9d40198fe6d5a5 100644 (file)
@@ -220,17 +220,6 @@ then
        fi
 fi
 
-# Create firmware directory if it does not exist
-[ ! -d /lib/firmware ] && mkdir -p /lib/firmware
-
-# tar up the firmware so that it does not get clobbered by the livecd mounts
-if [ -n "$(ls /lib/firmware)" ]
-then
-       cd /lib/firmware
-       /bin/tar -I bzip2 -cpf /lib/firmware.tar.bz2 .
-       rm -rf /lib/firmware/*
-fi
-
 # Clear out locales
 case ${clst_livecd_type} in
        gentoo-release-minimal|gentoo-release-universal|gentoo-gamecd)