瀏覽代碼

16384 is not enough for my use case

Waldemar Brodkorb 10 年之前
父節點
當前提交
8a5dfbe8cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 -N 16384 -b $((partfssz)) -d src fsimg || f=1
+genext2fs -U -N 32768 -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")