-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAlmaLinux-OS.kiwi
More file actions
45 lines (44 loc) · 1.72 KB
/
AlmaLinux-OS.kiwi
File metadata and controls
45 lines (44 loc) · 1.72 KB
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
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.4" name="AlmaLinux-OS">
<description type="system">
<author>AlmaLinux OS Contributors</author>
<contact>devel@lists.almalinux.org</contact>
<specification>AlmaLinux OS</specification>
</description>
<preferences>
<version>10</version>
<packagemanager>dnf4</packagemanager>
<locale>C</locale>
<keytable>us</keytable>
<timezone>Etc/UTC</timezone>
<rpm-check-signatures>true</rpm-check-signatures>
<release-version>10</release-version>
</preferences>
<include from="this://./repositories/core-release.xml"/>
<include from="this://./repositories/epel-minor.xml"/>
<include from="this://./components/boot.xml"/>
<include from="this://./components/boot-xfsdisk.xml"/>
<include from="this://./components/boot-btrfsdisk.xml"/>
<include from="this://./components/desktops/common.xml"/>
<include from="this://./components/desktops/kde.xml"/>
<include from="this://./components/desktops/gnome.xml"/>
<include from="this://./components/liveinstall.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./platforms/base.xml"/>
<include from="this://./platforms/cloud.xml"/>
<include from="this://./platforms/container.xml"/>
<include from="this://./platforms/vagrant.xml"/>
<include from="this://./platforms/workstation/gnome.xml"/>
<include from="this://./platforms/workstation/kde.xml"/>
<include from="this://./platforms/wsl.xml"/>
<packages type="image" patternType="plusRecommended">
<namedCollection name="core"/>
<package name="nano"/>
<package name="yum-utils"/>
</packages>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="almalinux-release"/>
<package name="filesystem"/>
</packages>
</image>