blob: 14ae803492263ec39cf68bf007b41c6684db71c6 (
plain)
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
59
60
61
62
63
64
65
66
67
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.4" name="Fedora">
<description type="system">
<author>Fedora Project Contributors</author>
<contact>devel@lists.fedoraproject.org</contact>
<specification>Fedora Linux</specification>
</description>
<preferences>
<version>Rawhide</version>
<packagemanager>dnf5</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<release-version>rawhide</release-version>
</preferences>
<include from="this://./repositories/core.xml"/>
<include from="this://./components/common.xml"/>
<include from="this://./components/boot.xml"/>
<include from="this://./components/desktops/common.xml"/>
<include from="this://./components/desktops/gnome.xml"/>
<include from="this://./components/desktops/kde.xml"/>
<include from="this://./components/desktops/xfce.xml"/>
<include from="this://./components/desktops/cinnamon.xml"/>
<include from="this://./components/desktops/mate.xml"/>
<include from="this://./components/desktops/i3.xml"/>
<include from="this://./components/desktops/lxqt.xml"/>
<include from="this://./components/desktops/lxde.xml"/>
<include from="this://./components/desktops/soas.xml"/>
<include from="this://./components/desktops/phosh.xml"/>
<include from="this://./components/desktops/sway.xml"/>
<include from="this://./components/desktops/budgie.xml"/>
<include from="this://./components/desktops/miraclewm.xml"/>
<include from="this://./components/desktops/cosmic.xml"/>
<include from="this://./components/liveinstall.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./teams/base.xml"/>
<include from="this://./teams/cloud/cloud.xml"/>
<include from="this://./teams/cloud/container.xml"/>
<include from="this://./teams/cloud/vagrant.xml"/>
<include from="this://./teams/cloud/wsl.xml"/>
<include from="this://./teams/server.xml"/>
<include from="this://./teams/workstation.xml"/>
<include from="this://./teams/kde.xml"/>
<include from="this://./teams/xfce.xml"/>
<include from="this://./teams/cinnamon.xml"/>
<include from="this://./teams/mate.xml"/>
<include from="this://./teams/i3.xml"/>
<include from="this://./teams/lxqt.xml"/>
<include from="this://./teams/lxde.xml"/>
<include from="this://./teams/soas.xml"/>
<include from="this://./teams/sway.xml"/>
<include from="this://./teams/budgie.xml"/>
<include from="this://./teams/miraclewm.xml"/>
<include from="this://./teams/cosmic.xml"/>
<include from="this://./teams/asahi.xml"/>
<include from="this://./teams/python.xml"/>
<include from="this://./teams/scitech.xml"/>
<include from="this://./teams/phosh.xml"/>
<include from="this://./teams/astronomy.xml"/>
<include from="this://./teams/designsuite.xml"/>
<include from="this://./teams/games.xml"/>
<include from="this://./teams/security.xml"/>
<include from="this://./teams/jam.xml"/>
<include from="this://./teams/robotics.xml"/>
<packages type="bootstrap">
<package name="filesystem"/>
</packages>
</image>
|