live-build/functions: Change arithmetic to make the file 'sh' friendly

ubuntu/cosmic
Robert C Jennings 7 years ago
parent 57261c3edf
commit 829716a6d7

@ -1,6 +1,7 @@
# vi: ts=4 expandtab syntax=sh
imagesize=${IMAGE_SIZE:-$((2252*1024**2))} # 2.2G (the current size we ship)
#imagesize=${IMAGE_SIZE:-$((2252*1024**2))} # 2.2G (the current size we ship)
imagesize=${IMAGE_SIZE:-2361393152} # 2.2G (the current size we ship)
fs_label="${FS_LABEL:-rootfs}"
rootfs_dev_mapper=

Loading…
Cancel
Save