Rename HOSTFWD in QEMU_HOSTFWD

This commit is contained in:
Matteo Carnelos 2021-09-03 17:26:45 +02:00
parent cc72636e54
commit b6f7707e56

View file

@ -25,7 +25,7 @@ if [[ "$(($image_size_in_bytes % ($GIB_IN_BYTES * 2)))" != "0" ]]; then
qemu-img resize $image_path "${new_size_in_gib}G"
fi
for fwd in $HOSTFWD; do hostfwd="$hostfwd,hostfwd=$fwd"; done
for fwd in $QEMU_HOSTFWD; do hostfwd="$hostfwd,hostfwd=$fwd"; done
if [ "${target}" = "pi1" ]; then
emulator=qemu-system-arm