From f4f3576ab47a2a1d33e894e4baa4e560001991fc Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 27 Dec 2019 21:50:06 +0100 Subject: Remove vlan=0 obsolete option of Qemu command --- docs/getting-started/machines/qemu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit 1.2.3-korg