File kalpa-installer.kiwi of Package kalpa-installer
<?xml version="1.0" encoding="utf-8"?>
<!-- OBS-ExclusiveArch: aarch64 x86_64 -->
<!-- OBS-Profiles: @BUILD_FLAVOR@ -->
<image schemaversion="7.5" name="kalpa-installer" displayname="Kalpa Installer">
<description type="system">
<author>Shawn W Dunn</author>
<contact>sfalken@opensuse.org</contact>
<specification>Kalpa Live ISO</specification>
</description>
<profiles>
<!-- use at most 16 characters for the profile name, it is used in the ISO Volume ID -->
<!-- which is limited to max. 32 characters -->
<profile name="Kalpa_Desktop" description="Kalpa Desktop image" import="true" />
</profiles>
<preferences>
<version>0.1.0</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>Europe/Berlin</timezone>
<rpm-excludedocs>true</rpm-excludedocs>
<rpm-check-signatures>false</rpm-check-signatures>
</preferences>
<!-- the ISO Volume ID is set by the fix_bootconfig script -->
<preferences arch="aarch64,x86_64" profiles="Kalpa_Desktop">
<type image="iso" flags="dmsquash" firmware="uefi" mediacheck="true" editbootconfig="fix_bootconfig">
<bootloader name="grub2" timeout="10"/>
</type>
</preferences>
<users>
<!-- the password is configured during boot -->
<user password="!*" home="/root" name="root" groups="root"/>
</users>
<repository type="rpm-md">
<source path="obsrepositories:/"/>
</repository>
<packages type="image">
<package name="live-add-yast-repos"/>
<package name="patterns-kalpa-base"/>
<package name="agama"/>
<package name="agama-yast"/>
<package name="agama-web-ui"/>
<package name="agama-cli"/>
<package name="agama-cli-bash-completion"/>
<package name="agama-auto"/>
<package name="rubygem(agama-yast)"/>
<package name="grub2"/>
<package name="grub2-efi"/>
<package name="dracut-kiwi-live"/>
</packages>
<packages type="bootstrap">
<package name="coreutils"/>
<package name="gawk"/>
<package name="gzip"/>
<package name="hostname"/>
<package name="openssl"/>
<package name="filesystem"/>
<package name="glibc-locale-base"/>
<package name="ca-certificates-mozilla"/>
<package name="Kalpa-release"/>
</packages>
</image>