mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-26 21:00:30 +00:00
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.
This commit is contained in:
parent
db7879025a
commit
94b457068c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user