summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 2 insertions, 2 deletions
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