From 289db2a20031f221bab63bbbfe40be88da1620ff Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 8 Nov 1999 13:47:48 +0000 Subject: *** empty log message *** --- perl-install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 54b0623c1..ecd29a7d1 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -182,7 +182,7 @@ stage2: $(SUDO) cp -a $(DEST)/* $(STAGE2TMP) $(SUDO) umount /mnt/stage2 ; true - dd if=/dev/zero of=$(STAGE2) bs=1M count=15 + dd if=/dev/zero of=$(STAGE2) bs=1M count=16 $(MKE2FS) -N 1000 $(STAGE2) $(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop @@ -196,7 +196,7 @@ stage2: $(SUDO) rm -rf $(STAGE2TMP) $(SUDO) umount $(STAGE2) - gzip -f -3 $(STAGE2) + gzip -f -9 $(STAGE2) @#rm -rf /mnt/initrd/* @#cp -a $(DEST)/* /mnt/initrd -- cgit v1.2.1