Add SecBSD template
This commit is contained in:
parent
67142a24da
commit
657a6ee65b
10
sample-templates/secbsd.conf
Normal file
10
sample-templates/secbsd.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
loader="grub"
|
||||||
|
cpu=1
|
||||||
|
memory=1G
|
||||||
|
network0_type="virtio-net"
|
||||||
|
network0_switch="public"
|
||||||
|
disk0_type="virtio-blk"
|
||||||
|
disk0_name="disk0.img"
|
||||||
|
grub_install0="ksecbsd -h com0 /1.3/amd64/bsd.rd"
|
||||||
|
grub_run0="ksecbsd -h com0 -r sd0a /bsd"
|
||||||
|
bhyve_options="-w"
|
Loading…
Reference in New Issue
Block a user