From: Rick Farina (Zero_Chaos) Date: Tue, 8 Jan 2013 21:41:07 +0000 (-0500) Subject: bug fix wrt 443024, recent changes to use lbzip2 were too agressive X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a7fb196f07860afdf09f3601bdda9d801d807040;p=catalyst.git bug fix wrt 443024, recent changes to use lbzip2 were too agressive and we should only be using lbzip2 OUTSIDE the chroot, inside the chroot we don't have lbzip2 available at this time. --- diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 2712556b..77d694ef 100644 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -227,7 +227,7 @@ fi if [ -n "$(ls /lib/firmware)" ] then cd /lib/firmware - /bin/tar -I lbzip2 -cpf /lib/firmware.tar.bz2 . + /bin/tar -I bzip2 -cpf /lib/firmware.tar.bz2 . rm -rf /lib/firmware/* fi