Explorar el Código

use more inodes

Waldemar Brodkorb hace 10 años
padre
commit
06c5fdc855
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/create.sh

+ 1 - 1
scripts/create.sh

@@ -297,7 +297,7 @@ fi
 print "Creating ext2fs filesystem image..."
 cd "$T"
 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
 	# use bc(1): this may be over the shell’s 32-bit arithmetics
 	wantsz=$($bc <<<"$((partfssz))*1024")