-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-linux-Gentoo-x86-2025.conf
44 lines (33 loc) · 1.06 KB
/
vm-linux-Gentoo-x86-2025.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
# don't remove this line:
vm_profile="Gentoo-x86-2025"
vm_os_type="linux"
# this is one-string additional info strings in dialogue menu
long_description="Gentoo Linux: 2025.02"
# custom settings:
fetch=1
# Official resources to fetch ISO's
iso_site="\
https://distfiles.gentoo.org/releases/amd64/autobuilds/20250216T164837Z/ \
"
# 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="install-amd64-minimal-20250216T164837Z.iso"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-${iso_img}"
default_jailname="gentoo"
imgsize="4g"
# VNC
vm_vnc_port="0"
vm_efi="uefi"
# disable profile?
xen_active=1
bhyve_active=1
qemu_active=1
# Available in ClonOS?
clonos_active=1
sha256sum="c7da771b38b7d564caadf6a3bc4334a19b2b9a3c95c46d3b7ab15fcac18e6e7f"
iso_img_dist_size="633899008"
# enable birtio RNG interface?
virtio_rnd="1"
[ ${freebsdhostversion} -lt 1301510 ] && hdd_boot_firmware="refind"