asahi-kiwi-descriptions/config.xml
Leif Liddy d569746e81 create a minimal build profile
this will:
1. allow developers to quickly test the build process
2. give users the option of installing a minimalistic environment
2022-12-24 16:04:44 +00:00

32 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="7.4" name="Fedora-Asahi-Remix">
<description type="system">
<author>Neal Gompa</author>
<contact>ngompa@fedoraproject.org</contact>
<specification>Fedora Asahi Remix</specification>
</description>
<preferences>
<version>0.0.0</version>
<packagemanager>dnf</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<rpm-check-signatures>true</rpm-check-signatures>
<release-version>rawhide</release-version>
</preferences>
<include from="this://./repositories/core.xml"/>
<include from="this://./repositories/asahi.xml"/>
<include from="this://./components/boot.xml"/>
<include from="this://./components/base.xml"/>
<include from="this://./components/desktop-environments.xml"/>
<include from="this://./components/users.xml"/>
<include from="this://./platforms/minimal.xml"/>
<include from="this://./platforms/server.xml"/>
<include from="this://./platforms/workstation.xml"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>