blob: da402cc892086d94975deb1ffd656efa11784e01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
qemu 1.1.0 waits for a keypress at boot
qemu 1.1.0 waits for a keypress at boot. Please don't ever do this.
Try the attached test script. When run it will initially print nothing, until you hit a key on the keyboard.
Removing -nographic fixes the problem.
Using virtio-scsi instead of virtio-blk fixes the problem.
|