mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 10:16:42 +00:00
Rename HOSTFWD in QEMU_HOSTFWD
This commit is contained in:
parent
cc72636e54
commit
b6f7707e56
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue