1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="8.3" 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>
|