From e15d9421df8ad07043db7e055496be9b499194bb Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 8 Feb 2003 20:01:25 +0000 Subject: the shitload of images for selecting languages in their languages needs a few additional inodes.. --- tools/make_mdkinst_stage2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1