1
0
Quellcode durchsuchen

use more inodes

Waldemar Brodkorb vor 12 Jahren
Ursprung
Commit
06c5fdc855
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      scripts/create.sh

+ 1 - 1
scripts/create.sh

@@ -297,7 +297,7 @@ fi
 print "Creating ext2fs filesystem image..."
 print "Creating ext2fs filesystem image..."
 cd "$T"
 cd "$T"
 f=0
 f=0
-genext2fs -U -b $((partfssz)) -d src fsimg || f=1
+genext2fs -U -N 16384 -b $((partfssz)) -d src fsimg || f=1
 if (( !f )); then
 if (( !f )); then
 	# use bc(1): this may be over the shell’s 32-bit arithmetics
 	# use bc(1): this may be over the shell’s 32-bit arithmetics
 	wantsz=$($bc <<<"$((partfssz))*1024")
 	wantsz=$($bc <<<"$((partfssz))*1024")