aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2020-06-04 00:37:15 +0000
committerAndrey Konovalov <andreyknvl@gmail.com>2020-06-04 02:49:18 +0200
commitb0d1c0d5784ef15b3080395d9bc04cbf9ac2a45b (patch)
treedd0e7b19032906eb69697e0888d5ab18a8025f42 /docs
parenta5ce5de0aecba44015705788859d376e5a431ccd (diff)
docs/linux: fix example qemu command
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
index 5123ae98c..f39fc784c 100644
--- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
+++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
@@ -127,8 +127,8 @@ qemu-system-x86_64 \
-smp 2 \
-kernel $KERNEL/arch/x86/boot/bzImage \
-append "console=ttyS0 root=/dev/sda earlyprintk=serial"\
- -drive file=$IMAGE/stretch.img,format=raw
- -net -net user,host=10.0.2.10,hostfwd=tcp:127.0.0.1:10021-:22 \
+ -drive file=$IMAGE/stretch.img,format=raw \
+ -net user,host=10.0.2.10,hostfwd=tcp:127.0.0.1:10021-:22 \
-net nic,model=e1000 \
-enable-kvm \
-nographic \