mkimage.sh.in: fix truncate size argument
This commit is contained in:
parent
f5a75aeb13
commit
11000d9f3c
@ -131,7 +131,7 @@ case "$DD_VERSION" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
info_msg "Creating disk image ($IMGSIZE) ..."
|
info_msg "Creating disk image ($IMGSIZE) ..."
|
||||||
truncate -s "${IMGSIZE}M" $FILENAME >/dev/null 2>&1
|
truncate -s "${IMGSIZE}" $FILENAME >/dev/null 2>&1
|
||||||
|
|
||||||
ROOTFSDIR=$(mktemp -d)
|
ROOTFSDIR=$(mktemp -d)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user