Skip to content

Commit 43e7e2e

Browse files
author
olevole
committed
add zVault
1 parent 5d265d8 commit 43e7e2e

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# don't remove this line:
2+
vm_profile="zVault-x64-13"
3+
vm_os_type="freebsd"
4+
# this is one-string additional info strings in dialogue menu
5+
long_description="zVault: 13.3"
6+
7+
# custom settings:
8+
fetch=1
9+
10+
# Official resources to fetch ISO's
11+
iso_site="\
12+
https://github.com/zvaultio/Community/releases/download/zVault-13.3-MASTER-202505042329-ca844f8808/ \
13+
"
14+
15+
# Official CBSD project mirrors ( info: https://github.com/cbsd/mirrors )
16+
cbsd_iso_mirrors="https://mirror.convectix.com/iso/ https://raw.githubusercontent.com/cbsd/mirrors/refs/heads/main/cbsd-iso.txt"
17+
18+
iso_img="zVault-13.3-MASTER-202505042329-ca844f8808.iso"
19+
20+
# register_iso as:
21+
register_iso_name="cbsd-iso-${iso_img}"
22+
register_iso_as="iso-zVault-13.3-MASTER-202505042329-ca844f8808.iso"
23+
24+
default_jailname="zvault"
25+
26+
# disable profile?
27+
xen_active=0
28+
bhyve_active=1
29+
qemu_active=1
30+
31+
vm_ram="8g"
32+
33+
# Available in ClonOS?
34+
clonos_active=1
35+
36+
# VNC
37+
vm_vnc_port="0"
38+
vm_efi="uefi"
39+
40+
# VirtualBox Area
41+
virtualbox_ostype="FreeBSD_64"
42+
sha256sum="851410ba521953d97154f3977b2a8033a269cea50b86832e440829e27473b72e"
43+
iso_img_dist_size="989433856"
44+
45+
# enable birtio RNG interface?
46+
virtio_rnd="1"
47+
48+
# default boot firmware
49+
cd_boot_firmware="bhyve"
50+
hdd_boot_firmware="bhyve"
51+
52+
# vm_post_message in single line
53+
vm_post_message="\nYou need to add at least one additional disk, e.g: \n\n% cbsd bhyve-dsk mode=attach jname=${jname} dsk_controller=virtio-blk dsk_size=20g"

0 commit comments

Comments
 (0)