At the moment there is no class to build the pxe client config file from information provided with the optional pxedeploy section. However this is not fatal to the build because the file could be created manually too. Thus a warning message is shown which will go away when the pxe client config file creation has been ported
45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<image schemaversion="6.2" name="LimeJeOS-openSUSE-13.2">
|
|
<description type="system">
|
|
<author>Marcus Schäfer</author>
|
|
<contact>ms@suse.com</contact>
|
|
<specification>
|
|
openSUSE 13.2 JeOS, is a small text based image
|
|
</specification>
|
|
</description>
|
|
<preferences>
|
|
<version>1.13.2</version>
|
|
<packagemanager>zypper</packagemanager>
|
|
<locale>en_US</locale>
|
|
<keytable>us.map.gz</keytable>
|
|
<timezone>Europe/Berlin</timezone>
|
|
<hwclock>utc</hwclock>
|
|
<rpm-excludedocs>true</rpm-excludedocs>
|
|
<rpm-check-signatures>false</rpm-check-signatures>
|
|
<bootsplash-theme>openSUSE</bootsplash-theme>
|
|
<bootloader-theme>openSUSE</bootloader-theme>
|
|
<type image="pxe" filesystem="overlayfs" boot="netboot/suse-13.2">
|
|
<pxedeploy server="192.168.100.2" blocksize="4096">
|
|
<partitions device="/dev/sda">
|
|
<partition type="swap" number="1" size="5"/>
|
|
<partition type="L" number="2" size="image" mountpoint="/" target="true"/>
|
|
<partition type="L" number="3" target="false"/>
|
|
</partitions>
|
|
<union ro="/dev/sda2" rw="/dev/sda3" type="overlayfs"/>
|
|
</pxedeploy>
|
|
</type>
|
|
</preferences>
|
|
<repository type="yast2">
|
|
<source path="obs://13.2/repo/oss"/>
|
|
</repository>
|
|
<packages type="image">
|
|
<package name="patterns-openSUSE-base"/>
|
|
</packages>
|
|
<packages type="bootstrap">
|
|
<package name="udev"/>
|
|
<package name="filesystem"/>
|
|
<package name="glibc-locale"/>
|
|
</packages>
|
|
</image>
|