mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue