From 01b63b6e5c4971dc85079412c74d122653fbc625 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 14 Aug 2004 11:51:25 +0000 Subject: [PATCH] fake: livecd: don't use -I, use --compress-program for tar. [2004080321360005088] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3850 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/livecd/pkg_linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/livecd/pkg_linux.conf b/target/livecd/pkg_linux.conf index 75afbddf8..2b68ac405 100644 --- a/target/livecd/pkg_linux.conf +++ b/target/livecd/pkg_linux.conf @@ -3,7 +3,7 @@ echo_status "Customizing for LiveCD Target ..." [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf extract_squashfspatch() { - tar xfIO $base/download/mirror/s/squashfs2.0.tar.bz2 \ + tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0.tar.bz2 \ squashfs2.0/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch }