fedora-kiwi-descriptions/Fedora-P550.kiwi
Andrea Bolognani b496bca18a p550: Add kiwi file
P550 needs a custom kernel, which is only available through a
special repo. Since repos are configured very eary in the image
building process, before profiles are considered, we need a
whole separate kiwi file to make things work.

This unfortunately requires a bit of duplication, but thankfully
we can keep the P550 part quite minimal since we don't need to
worry about things like non-riscv64 variants of the various
profiles, or cloud images.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2025-01-29 18:21:37 +01:00

63 lines
2.6 KiB
XML

<?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>41</version>
<packagemanager>dnf5</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>
<release-version>41</release-version>
</preferences>
<include from="this://./repositories/core-p550.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/server/premier-p550.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"/>
<packages type="bootstrap">
<package name="basesystem"/>
<package name="filesystem"/>
</packages>
</image>