Replace debootstrap with an apt-get based pre-download of packages followed by a dpkg-deb extraction. This Fixes #2599
23 lines
650 B
XML
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>
|