-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-freebsd-TrueNAS-CORE-x64-13.conf
54 lines (40 loc) · 1.34 KB
/
vm-freebsd-TrueNAS-CORE-x64-13.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
# don't remove this line:
vm_profile="TrueNAS-CORE-x64-13"
vm_os_type="freebsd"
# this is one-string additional info strings in dialogue menu
long_description="TrueNAS CORE: 13.0-U6.3"
# custom settings:
fetch=1
# Official resources to fetch ISO's
iso_site="\
https://download.freenas.org/13.0/STABLE/U6.3/x64/ \
https://download-core.sys.truenas.net/13.0/STABLE/U6.3/x64 \
"
# 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="TrueNAS-13.0-U6.3.iso"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-TrueNAS-13.0-U6.3.iso"
default_jailname="truenas"
# disable profile?
xen_active=0
bhyve_active=1
qemu_active=1
vm_ram="8g"
# Available in ClonOS?
clonos_active=1
# VNC
vm_vnc_port="0"
vm_efi="uefi"
# VirtualBox Area
virtualbox_ostype="FreeBSD_64"
sha256sum="120811667f338b760e2c40c080b8f8eb6764d61cb8e35cd36273c24a5c621540"
iso_img_dist_size="1049116672"
# 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="\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"