kiwi-el8/test/data/example_this_path_config.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

23 lines
650 B
XML

<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.2" name="JeOS">
<description type="system">
<author>Marcus Schäfer</author>
<contact>ms@suse.com</contact>
<specification>
Test this path source in repo
</specification>
</description>
<preferences>
<version>1.1.1</version>
<packagemanager>zypper</packagemanager>
<type image="oem" filesystem="ext3" firmware="efi"/>
</preferences>
<repository>
<source path="this://my_repo"/>
</repository>
<packages type="bootstrap">
<package name="filesystem"/>
</packages>
</image>