File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments