delay attempt 2

This commit is contained in:
Ciro Santilli
2017-05-15 08:18:51 +01:00
parent c82378c7de
commit 9370512176
4 changed files with 13 additions and 2 deletions

2
run
View File

@@ -33,7 +33,9 @@ qemu-system-x86_64 \
-append "root=/dev/vda $extra_append" \
-drive file=output/images/rootfs.ext2,if=virtio,format=raw \
-kernel output/images/bzImage \
-m 128M \
-net nic,model=virtio \
-net user \
-smp 1 \
$extra_flags \
;