aboutsummaryrefslogtreecommitdiff
path: root/config.xml
blob: cb53f948ec04bfcb0322eea79ee43138725a5214 (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
<?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>0.0.0</version>
		<packagemanager>dnf</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/boot.xml"/>
	<include from="this://./components/desktop-environments.xml"/>
	<include from="this://./components/liveinstall.xml"/>
	<include from="this://./components/users.xml"/>
	<include from="this://./platforms/cloud.xml"/>
	<include from="this://./platforms/container.xml"/>
	<include from="this://./platforms/vagrant.xml"/>
	<include from="this://./platforms/workstation.xml"/>
	<packages type="bootstrap">
		<package name="basesystem"/>
		<package name="filesystem"/>
	</packages>
</image>