aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mkits.sh
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-07-11 13:24:17 +0200
committerPetr Štetiar <ynezz@true.cz>2020-07-11 14:42:32 +0200
commit92d7cedcad73ff9845ea3f635ea82bd925078c1f (patch)
treebe7ec7051d21ac16c5810ae5836ff3811660813d /scripts/mkits.sh
parentaee169b06d72c1a1f42be4809e8e6c8368ca2532 (diff)
downloadupstream-92d7cedcad73ff9845ea3f635ea82bd925078c1f.tar.gz
upstream-92d7cedcad73ff9845ea3f635ea82bd925078c1f.tar.bz2
upstream-92d7cedcad73ff9845ea3f635ea82bd925078c1f.zip
scripts/gen_image_generic.sh: fix more shellcheck warnings
Fixes following shellcheck warnings: In scripts/gen_image_generic.sh line 20: cyl=$(( (KERNELSIZE + ROOTFSSIZE) * 1024 * 1024 / (head * sect * 512))) ^-^ SC2034: cyl appears unused. Verify use (or export if used externally). -- In scripts/gen_image_generic.sh line 34: [ -n "$PADDING" ] && dd if=/dev/zero of="$OUTPUT" bs=512 seek="$(($ROOTFSOFFSET + $ROOTFSSIZE))" conv=notrunc count="$sect" ^-----------^ SC2004: $/${} is unnecessary on arithmetic variables. -- In scripts/gen_image_generic.sh line 35: mkfs.fat -n kernel -C "$OUTPUT.kernel" -S 512 "$(($KERNELSIZE / 1024))" ^---------^ SC2004: $/${} is unnecessary on arithmetic variables. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'scripts/mkits.sh')
0 files changed, 0 insertions, 0 deletions