Remove empty variable

This commit is contained in:
Luke Childs 2021-05-16 16:18:39 +07:00
parent 4ee03115ab
commit 242cf38501

View file

@ -29,7 +29,6 @@ if [ "${target}" = "pi1" ]; then
machine=versatilepb
memory=256m
root=/dev/sda2
append=''
nic='--net nic --net user,hostfwd=tcp::5022-:22'
elif [ "${target}" = "pi2" ]; then
emulator=qemu-system-arm