diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-10 17:43:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-10 17:43:24 +0100 |
commit | a86dedf2775bce14a15612fe448342892c12a330 (patch) | |
tree | afa1d0d80ce78715a091ff10126f76fe5403e5ae /scripts | |
parent | 60d3e1f78181f8a5b55c11283edbfc29eff572b6 (diff) | |
parent | e718329929fd7ae778d6e73a04876dfacd70c581 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh index ef6e644ab..08800f0aa 100755 --- a/scripts/create.sh +++ b/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") |