diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-15 19:44:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-15 19:44:29 +0000 |
commit | 405fee60d1e1137611dae9783ae370563c901967 (patch) | |
tree | e6178c064c6908a7aef5df4ade4454aed99def22 /tools | |
parent | 6e1499a56590006f2a11ab711804fee205311c36 (diff) | |
download | drakx-405fee60d1e1137611dae9783ae370563c901967.tar drakx-405fee60d1e1137611dae9783ae370563c901967.tar.gz drakx-405fee60d1e1137611dae9783ae370563c901967.tar.bz2 drakx-405fee60d1e1137611dae9783ae370563c901967.tar.xz drakx-405fee60d1e1137611dae9783ae370563c901967.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 724808dd7..192c3a881 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=15 +dd if=/dev/zero of=$STAGE2 bs=1M count=16 $MKE2FS -N 1000 $STAGE2 $SUDO mount -t ext2 $STAGE2 $MNTPOINT -o loop |