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>
27 lines
857 B
XML
27 lines
857 B
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-riscv64-p550.xml"/>
|
|
<include from="this://./components/common.xml"/>
|
|
<include from="this://./components/boot.xml"/>
|
|
<include from="this://./components/users.xml"/>
|
|
<include from="this://./teams/server/p550.xml"/>
|
|
<packages type="bootstrap">
|
|
<package name="basesystem"/>
|
|
<package name="filesystem"/>
|
|
</packages>
|
|
</image>
|