From a7fb196f07860afdf09f3601bdda9d801d807040 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 8 Jan 2013 16:41:07 -0500 Subject: [PATCH] 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. --- targets/support/livecdfs-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2