kiwi-el8/test/data/example_include_config_from_description_dir.xml
Marcus Schäfer d149ab09db
Get rid of debootstrap
Replace debootstrap with an apt-get based pre-download of
packages followed by a dpkg-deb extraction.
This Fixes #2599
2024-08-02 21:57:04 +02:00

30 lines
967 B
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.2" name="LimeJeOS">
<description type="system">
<author>Marcus</author>
<contact>ms@suse.com</contact>
<specification>
Testing include from image description directory
</specification>
</description>
<preferences>
<version>1.13.2</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us.map.gz</keytable>
<timezone>Europe/Berlin</timezone>
<type image="tbz"/>
</preferences>
<users>
<user pwdformat="plain" password="mypwd" shell="/bin/bash" id="815" realname="Bob" home="/root" name="root"/>
</users>
<include from="this://include.xml"/>
<packages type="image" patternType="plusRecommended">
<namedCollection name="base"/>
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
</packages>
</image>