diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 22:36:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-10 22:36:46 +0000 |
commit | de08b3c99e81030d1455dc7b3bf869559a234495 (patch) | |
tree | 71639bb74323bb82e7203d84511e8b81702ca2fa /perl-install/Makefile | |
parent | eaf1f7e94354b3bf37db6864de8364ffbda223f7 (diff) | |
download | drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar.gz drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar.bz2 drakx-de08b3c99e81030d1455dc7b3bf869559a234495.tar.xz drakx-de08b3c99e81030d1455dc7b3bf869559a234495.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |