From de08b3c99e81030d1455dc7b3bf869559a234495 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 10 Oct 1999 22:36:46 +0000 Subject: no_comment --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 6fd9061db..c6cd2bf6d 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -172,7 +172,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 echo y | /sbin/mke2fs $(STAGE2) $(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop -- cgit v1.2.1