Added a template file to support resflash, a resilient OpenBSD image.

https://stable.rcesoftware.com/resflash/
This commit is contained in:
Timo Pallach
2017-12-08 10:02:22 +01:00
parent 4cfda1189f
commit 4895cd3280

View File

@@ -0,0 +1,10 @@
loader="grub"
cpu=1
memory=256M
network0_type="virtio-net"
network0_switch="public"
disk0_type="virtio-blk"
disk0_name="disk0.img"
grub_run_partition="openbsd4"
grub_run0="kopenbsd -h com0 -r sd0d /bsd"
bhyve_options="-w"