summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-15 19:44:29 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-15 19:44:29 +0000
commit405fee60d1e1137611dae9783ae370563c901967 (patch)
treee6178c064c6908a7aef5df4ade4454aed99def22 /tools
parent6e1499a56590006f2a11ab711804fee205311c36 (diff)
downloaddrakx-backup-do-not-use-405fee60d1e1137611dae9783ae370563c901967.tar
drakx-backup-do-not-use-405fee60d1e1137611dae9783ae370563c901967.tar.gz
drakx-backup-do-not-use-405fee60d1e1137611dae9783ae370563c901967.tar.bz2
drakx-backup-do-not-use-405fee60d1e1137611dae9783ae370563c901967.tar.xz
drakx-backup-do-not-use-405fee60d1e1137611dae9783ae370563c901967.zip
no_comment
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make_mdkinst_stage22
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