bug fix wrt 443024, recent changes to use lbzip2 were too agressive
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Tue, 8 Jan 2013 21:41:07 +0000 (16:41 -0500)
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Tue, 8 Jan 2013 21:41:07 +0000 (16:41 -0500)
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

index 2712556be0761513e73bc007bd76756d274781eb..77d694ef0c0562dfa29e8087fda2840cf631cf2e 100644 (file)
@@ -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