summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-26 19:15:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-26 19:15:32 +0000
commita6545c4f0492651acad6d4f77c3708855814f46f (patch)
treeb0041a15ea82319020b18e9ca0211615535dae8c /tools
parent548d6279ed6f8821801a8d2d3030a5335dfee8db (diff)
downloaddrakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar.gz
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar.bz2
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.tar.xz
drakx-backup-do-not-use-a6545c4f0492651acad6d4f77c3708855814f46f.zip
second stage ramdisk (install & rescue) now must be bzipped, and not gzipped
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_mdkinst_stage24
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