summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-08 20:01:25 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-08 20:01:25 +0000
commite15d9421df8ad07043db7e055496be9b499194bb (patch)
tree24f8776c5261eb05c096b9d8315ac6daa38b1c4f /tools
parentfc9f068b2e720f88b982273c5df398ec2a224129 (diff)
downloaddrakx-backup-do-not-use-e15d9421df8ad07043db7e055496be9b499194bb.tar
drakx-backup-do-not-use-e15d9421df8ad07043db7e055496be9b499194bb.tar.gz
drakx-backup-do-not-use-e15d9421df8ad07043db7e055496be9b499194bb.tar.bz2
drakx-backup-do-not-use-e15d9421df8ad07043db7e055496be9b499194bb.tar.xz
drakx-backup-do-not-use-e15d9421df8ad07043db7e055496be9b499194bb.zip
the shitload of images for selecting languages in their languages needs a few additional inodes..
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 c1d578ddf..502dc14fd 100755
--- a/tools/make_mdkinst_stage2
+++ b/tools/make_mdkinst_stage2
@@ -62,7 +62,7 @@ done
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=1k count=$[ `du -s $STAGE2TMP | cut -f1` + 1024 + 200 ]
-$MKE2FS -N 1000 $STAGE2
+$MKE2FS -N 1100 $STAGE2
$SUDO mount -t ext2 $STAGE2 $MNTPOINT -o loop
rmdir $MNTPOINT/lost+found