mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
loader="grub"
|
|
cpu=1
|
|
memory=256M
|
|
network0_type="virtio-net"
|
|
network0_switch="public"
|
|
disk0_type="virtio-blk"
|
|
disk0_name="disk0.img"
|
|
grub_install0="kopenbsd -h com0 /6.2/amd64/bsd.rd"
|
|
grub_run0="kopenbsd -h com0 -r sd0a /bsd"
|
|
bhyve_options="-w"
|