-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-freebsd-DynFi-x64-4.conf
64 lines (46 loc) · 1.63 KB
/
vm-freebsd-DynFi-x64-4.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# don't remove this line:
vm_profile="DynFi-x64-4"
vm_os_type="freebsd"
# this is one-string additional info strings in dialogue menu
long_description="DynFi: 4.0.4"
# custom settings:
fetch=1
# Official resources to fetch ISO's
iso_site="\
https://dynfi.com/files/firewall/ \
"
# Official CBSD project mirrors ( info: https://github.com/cbsd/mirrors )
cbsd_iso_mirrors="https://mirror.convectix.com/iso/ https://raw.githubusercontent.com/cbsd/mirrors/refs/heads/main/cbsd-iso.txt"
iso_img="dynfi_installer_vga_4.04-20250305-075641.iso"
iso_img_dist="dynfi_installer_vga_4.04-20250305-075641.iso.bz2"
iso_extract="nice -n 19 ${IDLE_IONICE} ${BZIP2_CMD} -d ${iso_img_dist}"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-FreeBSD-x64-dynfi_installer_vga_4.04-20250305"
default_jailname="dynfi"
imgsize="6g"
imgsize_min="5g"
vm_ram="2g"
# disable profile?
xen_active=1
bhyve_active=1
qemu_active=1
tablet=0
xhci=0
# Available in ClonOS?
clonos_active=1
# VNC
vm_vnc_port="0"
vm_efi="uefi"
vm_package="small1"
# VirtualBox Area
virtualbox_ostype="FreeBSD_64"
sha256sum="d3147e9abd68df7cac118fed9caa24aa6c3a20028279fbf2d400facee6f6ec82"
iso_img_dist_size="1336545633"
# enable birtio RNG interface?
virtio_rnd="1"
# default boot firmware
cd_boot_firmware="bhyve"
hdd_boot_firmware="bhyve"
# vm_post_message in single line
vm_post_message="\n Info: by default, during boot the system shows output in serial mode (loader settings). Enable serial port (via 'cbsd blpc-tui') if you want to see messages or just wait until the system boots up to login prompt\n Default credential:\n\n Login : root\n Password : dynfi"