Start adding commands that I know are good to build up residual
knowledge about qemu's quirks. Other qemu commands are possible, but this is the quickest for testing. Sponsored by: Netflix
This commit is contained in:
parent
5b88c56a92
commit
14382fcf29
@ -32,3 +32,8 @@ NANO_NAME=qemu-amd64
|
||||
. common # Pull in common definitions
|
||||
|
||||
qemu_env
|
||||
|
||||
# Run with:
|
||||
# qemu-system-x86_64 -hdd $file -serial telnet::4444,server -nographic
|
||||
# To get some breathing room on the image:
|
||||
# qemu-img resize $file +2G
|
||||
|
Loading…
Reference in New Issue
Block a user