-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvm-linux-OracleLinux-9.conf
48 lines (37 loc) · 1.26 KB
/
vm-linux-OracleLinux-9.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
# don't remove this line:
vm_profile="OracleLinux-9"
vm_os_type="linux"
# this is one-string additional info strings in dialogue menu
long_description="Oracle Linux: R9-U4"
# custom settings:
fetch=1
# Official resources to fetch ISO's
iso_site="\
https://yum.oracle.com/ISOS/OracleLinux/OL9/u4/x86_64/ \
http://mirror.aarnet.edu.au/pub/oraclelinux/OL9/u4/x86_64/ \
http://ftp5.gwdg.de/pub/linux/oracle/OL9/u4/x86_64/ \
https://mirrors.dotsrc.org/oracle-linux/OL9/u4/x86_64/ \
https://ftp.heanet.ie/mirrors/oracle-linux/OL9/u4/x86_64/ \
http://ftp.icm.edu.pl/pub/Linux/dist/oracle-linux/OL9/u4/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="OracleLinux-R9-U4-x86_64-dvd.iso"
# register_iso as:
register_iso_name="cbsd-iso-${iso_img}"
register_iso_as="iso-${vm_profile}"
default_jailname="oracle"
vm_package="small1"
# 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="77034a4945474cb7c77820bd299cac9a557b8a298a5810c31d63ce404ad13c5e"
iso_img_dist_size="11846811648"
# enable birtio RNG interface?
virtio_rnd="1"