diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-11 12:51:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-11 12:51:45 +0000 |
commit | ba9ac83ec2364c001f696a58e37d9dec7a7db76e (patch) | |
tree | 081de9ae319440fc8f0739b4ec9041275dd8327a | |
parent | 7a886d3d1d12d0898f6f6a1c7e13f10e1422f203 (diff) | |
download | drakx-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/
-rwxr-xr-x | make_boot_img | 2 |
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"); |