summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-09-14 13:33:04 +0000
committerFrancois Pons <fpons@mandriva.com>1999-09-14 13:33:04 +0000
commit951e65ef820631665dbeddf6cfb43afce034efb9 (patch)
treebd260c7acf6184c957c5f54ae242914bfa206f57 /perl-install/Makefile
parent23c152b7d199b290607b3d3e3a14d76dbaa60e90 (diff)
downloaddrakx-backup-do-not-use-951e65ef820631665dbeddf6cfb43afce034efb9.tar
drakx-backup-do-not-use-951e65ef820631665dbeddf6cfb43afce034efb9.tar.gz
drakx-backup-do-not-use-951e65ef820631665dbeddf6cfb43afce034efb9.tar.bz2
drakx-backup-do-not-use-951e65ef820631665dbeddf6cfb43afce034efb9.tar.xz
drakx-backup-do-not-use-951e65ef820631665dbeddf6cfb43afce034efb9.zip
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index b434dfbc2..e54857f50 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -170,7 +170,7 @@ stage2:
$(SUDO) cp -a $(DEST)/* $(STAGE2TMP)
$(SUDO) umount /mnt/stage2 ; true
- dd if=/dev/zero of=$(STAGE2) bs=1M count=13
+ dd if=/dev/zero of=$(STAGE2) bs=1M count=14
echo y | /sbin/mke2fs $(STAGE2)
$(SUDO) mount $(STAGE2) /mnt/stage2 -o loop