summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-12-27 21:50:06 +0100
committerGitHub <noreply@github.com>2019-12-27 21:50:06 +0100
commitf4f3576ab47a2a1d33e894e4baa4e560001991fc (patch)
tree6649318f13de1ccf04114cf2f25b21c3299b5adb
parentb102cb6599cfde2879056e2482ee913163779ce8 (diff)
Remove vlan=0 obsolete option of Qemu commandsebd71-patch-1
-rw-r--r--docs/getting-started/machines/qemu.md2
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
```