-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-linux-AlmaLinux-9-x86_64.conf
58 lines (44 loc) · 1.47 KB
/
vm-linux-AlmaLinux-9-x86_64.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
# don't remove this line:
vm_profile="AlmaLinux-9-x86_64"
vm_os_type="linux"
# this is one-string additional info strings in dialogue menu
long_description="AlmaLinux: 9.5"
# custom settings:
fetch=1
# Official resources to fetch ISO's
iso_site="\
http://mirror.vpsnet.com/almalinux/9.5/isos/x86_64/ \
http://mirror.ihost.md/almalinux/9.5/isos/x86_64/ \
http://almalinux.slaskdatacenter.com/9.5/isos/x86_64/ \
http://mirrors.hostico.ro/almalinux/9.5/isos/x86_64/ \
http://ge.mirror.cloud9.ge/almalinux/9.5/isos/x86_64/ \
http://mirror.hostduplex.com/almalinux/9.5/isos/x86_64/ \
http://mirror.siena.edu/almalinux/9.5/isos/x86_64/ \
"
# 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="AlmaLinux-9.5-x86_64-dvd.iso"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-${vm_profile}"
default_jailname="alma"
cd_boot_firmware="refind"
#vm_efi="uefi"
vm_package="small1"
imgsize_min="10g"
imgsize="20g" # Rocky 8 stream 11.4gb minimal for default software selection (server+xorg)
# UTC
bhyve_rts_keeps_utc="1"
# 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="3947accd140a2a1833b1ef2c811f8c0d48cd27624cad343992f86cfabd2474c9"
iso_img_dist_size="11382292480"
# enable birtio RNG interface?
virtio_rnd="1"