summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-05 17:57:59 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-05 17:57:59 +0000
commit0755752779df40fd27db061097544798136e12e5 (patch)
tree21f1f554e5d7788e445efbc330c0b36847b607ec /perl-install/Makefile
parent9ff7de045d43481f087f30db037992341c09680a (diff)
downloaddrakx-backup-do-not-use-0755752779df40fd27db061097544798136e12e5.tar
drakx-backup-do-not-use-0755752779df40fd27db061097544798136e12e5.tar.gz
drakx-backup-do-not-use-0755752779df40fd27db061097544798136e12e5.tar.bz2
drakx-backup-do-not-use-0755752779df40fd27db061097544798136e12e5.tar.xz
drakx-backup-do-not-use-0755752779df40fd27db061097544798136e12e5.zip
no_comment
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 9de2f57b6..2984950a2 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -174,7 +174,7 @@ stage2:
$(SUDO) cp -a $(DEST)/* $(STAGE2TMP)
$(SUDO) umount /mnt/stage2 ; true
- dd if=/dev/zero of=$(STAGE2) bs=1M count=14
+ dd if=/dev/zero of=$(STAGE2) bs=1M count=15
$(MKE2FS) -N 1000 $(STAGE2)
$(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop