From: Rick Farina (Zero_Chaos) Date: Tue, 6 Aug 2013 00:39:06 +0000 (-0400) Subject: stop tarballing firmware X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f4116ea616f806d02f6abff60a42be222a672c1;p=catalyst.git stop tarballing firmware 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 --- diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 5aaa38e5..b34e9177 100644 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -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)