diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 19:45:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-21 19:45:38 +0000 |
commit | 773e000834f4faa55b962134945d77d4af19524c (patch) | |
tree | 81169e95a3ce681560224b8c01fd42bff819a1f9 /tools | |
parent | e1db87b9b9e4a582e106fb9f24e6be21c8fa0917 (diff) | |
download | drakx-backup-do-not-use-773e000834f4faa55b962134945d77d4af19524c.tar drakx-backup-do-not-use-773e000834f4faa55b962134945d77d4af19524c.tar.gz drakx-backup-do-not-use-773e000834f4faa55b962134945d77d4af19524c.tar.bz2 drakx-backup-do-not-use-773e000834f4faa55b962134945d77d4af19524c.tar.xz drakx-backup-do-not-use-773e000834f4faa55b962134945d77d4af19524c.zip |
no_comment
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_mdkinst_stage2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index 192c3a881..f2619095e 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -24,7 +24,7 @@ $SUDO cp -a $DEST/* $STAGE2TMP mkdir -p $MNTPOINT 2>/dev/null for i in $MNTPOINT $STAGE2; do $SUDO umount $i 2>/dev/null ; done -dd if=/dev/zero of=$STAGE2 bs=1M count=16 +dd if=/dev/zero of=$STAGE2 bs=1k count=15700 $MKE2FS -N 1000 $STAGE2 $SUDO mount -t ext2 $STAGE2 $MNTPOINT -o loop |