From b0d1c0d5784ef15b3080395d9bc04cbf9ac2a45b Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Thu, 4 Jun 2020 00:37:15 +0000 Subject: docs/linux: fix example qemu command --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux') 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 \ -- cgit mrf-deployment