diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-08 13:47:48 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-08 13:47:48 +0000 |
commit | 289db2a20031f221bab63bbbfe40be88da1620ff (patch) | |
tree | c730ff428ff75265cab1e74ece3df67c6ae68a87 /perl-install/Makefile | |
parent | 477f9e81cb3aa78829210942e8185e8146c6cd5e (diff) | |
download | drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar.gz drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar.bz2 drakx-289db2a20031f221bab63bbbfe40be88da1620ff.tar.xz drakx-289db2a20031f221bab63bbbfe40be88da1620ff.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
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 |