@@ -1,17 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<image name="stresslinux_64bit_11.4" displayname="stresslinux_64bit_11.4" schemeversion="2.4">
+<image name="stresslinux_64bit_11.4" displayname="stresslinux_64bit_11.4" schemeversion="4.7">
<description type="system">
<author>Carsten Schoene</author>
- <contact>studio-devel@suse.de</contact>
- <specification>Tiny, minimalistic appliances</specification>
+ <contact>feedback@stresslinux.org</contact>
+ <specification>Stresslinux PXE edition</specification>
</description>
<preferences>
- <type filesystem="ext3" compressed="true" image="pxe" checkprebuilt="true" fsnocheck="true" boot="netboot/suse-11.4">pxe</type>
+ <type filesystem="ext3" compressed="true" image="pxe" checkprebuilt="true" fsnocheck="true" boot="netboot/suse-11.4">
+ <oemconfig>
+ <oem-swap>false</oem-swap>
+ <oem-boot-title>Stresslinux</oem-boot-title>
+ <oem-kiwi-initrd>true</oem-kiwi-initrd>
+ </oemconfig>
+ </type>
+ <!-- empty
+ just to convince diff3 on version updates
+ -->
<version>0.7.107</version>
<packagemanager>zypper</packagemanager>
- <rpm-check-signatures>False</rpm-check-signatures>
- <rpm-force>False</rpm-force>
- <locale>en_GB</locale>
+ <rpm-check-signatures>false</rpm-check-signatures>
+ <rpm-force>false</rpm-force>
+ <locale>en_US</locale>
</preferences>
<users group="root">
<user name="root" shell="/bin/bash" pwd="$1$Bxx2VTHL$FKXQVk9.m060FjLMTDoiX/" home="/root"/>
|