File SL-Micro.kiwi of Package CoreOS-system-linux-live_installer
<image schemaversion="5.0" name="CoreOS">
<description type="image">
<label>CoreOS with KDE</label>
<version>1.0</version>
<release>1</release>
<description>
A custom CoreOS build with the KDE desktop environment.
</description>
</description>
<preferences>
<type image="live">
<filesystem-type>ext4</filesystem-type>
<size unit="G">8</size>
</type>
<version>1.0.0</version>
</preferences>
<repository>
<source path="obs://openSUSE:Factory/standard"/>
<source path="obs://openSUSE:Factory:Desktop/KDE"/>
</repository>
<packages type="bootstrap">
<package name="kernel-default"/>
<package name="grub2"/>
<package name="glibc"/>
<package name="dracut-kiwi-live"/>
</packages>
<packages type="image">
<package name="patterns-kde-kde"/>
<package name="plasma5-session"/>
<package name="sddm"/>
<package name="libreoffice"/>
<package name="vlc"/>
<package name="inkscape"/>
<package name="thunderbird"/>
<package name="git"/>
<package name="python3"/>
<package name="firefox"/>
<package name="gimp"/>
<package name="evince"/>
<package name="totem"/>
<package name="remmina"/>
<package name="cheese"/>
<package name="file-roller"/>
<package name="gnome-disk-utility"/>
<package name="shotwell"/>
<package name="live-tools"/>
<package name="live-system"/>
<package name="yast2-live-installer"/>
<package name="yast2"/>
<package name="yast2-packager"/>
</packages>
<drivers/>
<users/>
<setup>
<script>
<![CDATA[
systemctl set-default graphical.target
]]>
</script>
</setup>
<boot flavor="suse">
<loader type="grub2">
<label>
<text>Try CoreOS Live</text>
<description>Run CoreOS directly from the USB without installation.</description>
</label>
<kernel>linux</kernel>
<initrd>initrd</initrd>
<boot-options>
live=1
</boot-options>
<label>
<text>Install CoreOS</text>
<description>Install CoreOS permanently on your computer.</description>
</label>
<kernel>linux</kernel>
<initrd>initrd</initrd>
<boot-options>
live=1 install=1
</boot-options>
</loader>
</boot>
</image>