diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-26 19:15:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-01-26 19:15:32 +0000 |
commit | a6545c4f0492651acad6d4f77c3708855814f46f (patch) | |
tree | b0041a15ea82319020b18e9ca0211615535dae8c /tools | |
parent | 548d6279ed6f8821801a8d2d3030a5335dfee8db (diff) | |
download | drakx-a6545c4f0492651acad6d4f77c3708855814f46f.tar drakx-a6545c4f0492651acad6d4f77c3708855814f46f.tar.gz drakx-a6545c4f0492651acad6d4f77c3708855814f46f.tar.bz2 drakx-a6545c4f0492651acad6d4f77c3708855814f46f.tar.xz drakx-a6545c4f0492651acad6d4f77c3708855814f46f.zip |
second stage ramdisk (install & rescue) now must be bzipped, and not gzipped
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_mdkinst_stage2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index 97b989e93..c18841d49 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -69,6 +69,6 @@ df $MNTPOINT $SUDO umount $STAGE2 rmdir $MNTPOINT -echo gzipping $STAGE2 +echo bzipping $STAGE2 -gzip -f -9 $STAGE2 +bzip2 -f -9 $STAGE2 |