aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorThePraeceps <sunrob946@gmail.com>2020-08-19 15:17:43 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2020-08-19 16:46:57 +0200
commit94b457068cf474d9fcbfc5ca4cdb71b346166187 (patch)
tree42a8da5706701fa1905d9642d98c66bbf0292fc1 /docs/linux
parentdb7879025a486b636cbe039132424e4ea411c251 (diff)
Missing space at end of line of command
There is a missing space on the command at line 131, which when copied causes it not to execute properly.
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md2
1 files changed, 1 insertions, 1 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 c402efcac..0efc42196 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
@@ -128,7 +128,7 @@ qemu-system-x86_64 \
-m 2G \
-smp 2 \
-kernel $KERNEL/arch/x86/boot/bzImage \
- -append "console=ttyS0 root=/dev/sda earlyprintk=serial"\
+ -append "console=ttyS0 root=/dev/sda earlyprintk=serial" \
-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 \