From 9f4116ea616f806d02f6abff60a42be222a672c1 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 5 Aug 2013 20:39:06 -0400 Subject: 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 --- targets/support/livecdfs-update.sh | 11 ----------- 1 file changed, 11 deletions(-) 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) -- cgit v1.2.3-65-gdbad