From 657a6ee65b2698ac3e0e2711b416de3a9eb15c17 Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Sun, 28 May 2023 12:02:05 +0200 Subject: [PATCH] Add SecBSD template --- sample-templates/secbsd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sample-templates/secbsd.conf diff --git a/sample-templates/secbsd.conf b/sample-templates/secbsd.conf new file mode 100644 index 0000000..5ec4dd0 --- /dev/null +++ b/sample-templates/secbsd.conf @@ -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"