From a6545c4f0492651acad6d4f77c3708855814f46f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 26 Jan 2001 19:15:32 +0000 Subject: second stage ramdisk (install & rescue) now must be bzipped, and not gzipped --- tools/make_mdkinst_stage2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/make_mdkinst_stage2') 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 -- cgit v1.2.1