mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-07-18 00:44:51 +00:00
Remove empty variable
This commit is contained in:
parent
4ee03115ab
commit
242cf38501
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue