summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-01-11 12:51:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-11 12:51:45 +0000
commitba9ac83ec2364c001f696a58e37d9dec7a7db76e (patch)
tree081de9ae319440fc8f0739b4ec9041275dd8327a /make_boot_img
parent7a886d3d1d12d0898f6f6a1c7e13f10e1422f203 (diff)
downloaddrakx-backup-do-not-use-ba9ac83ec2364c001f696a58e37d9dec7a7db76e.tar
drakx-backup-do-not-use-ba9ac83ec2364c001f696a58e37d9dec7a7db76e.tar.gz
drakx-backup-do-not-use-ba9ac83ec2364c001f696a58e37d9dec7a7db76e.tar.bz2
drakx-backup-do-not-use-ba9ac83ec2364c001f696a58e37d9dec7a7db76e.tar.xz
drakx-backup-do-not-use-ba9ac83ec2364c001f696a58e37d9dec7a7db76e.zip
(initrd): s/tar xyC/tar xjC/
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index 0de802c72..f81ebb509 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -60,7 +60,7 @@ sub initrd {
_ "$mke2fs $tmp";
_ "$sudo mount -t ext2 $tmp $mnt -o loop";
- _ "$sudo tar xyC $mnt -f $tar";
+ _ "$sudo tar xjC $mnt -f $tar";
install_s("$instdir/init", "$mnt/sbin");
install_s("$instdir/$install", "$mnt/sbin/stage1");