diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-12-27 21:50:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-27 21:50:06 +0100 |
commit | f4f3576ab47a2a1d33e894e4baa4e560001991fc (patch) | |
tree | 6649318f13de1ccf04114cf2f25b21c3299b5adb /docs/getting-started/machines | |
parent | b102cb6599cfde2879056e2482ee913163779ce8 (diff) |
Remove vlan=0 obsolete option of Qemu commandsebd71-patch-1
Diffstat (limited to 'docs/getting-started/machines')
-rw-r--r-- | docs/getting-started/machines/qemu.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/machines/qemu.md b/docs/getting-started/machines/qemu.md index 459725e..af781d3 100644 --- a/docs/getting-started/machines/qemu.md +++ b/docs/getting-started/machines/qemu.md @@ -119,7 +119,7 @@ qemu-system-x86_64 -enable-kvm -m 2048 \ -device virtio-rng-pci \ -serial mon:stdio -serial null \ -soundhw hda \ - -net nic,vlan=0 \ + -net nic \ -net user,hostfwd=tcp::2222-:22 ``` |