@@ -6,7 +6,7 @@
<specification>Open Build Service(OBS) Worker</specification>
</description>
<preferences>
- <type compressed="true" filesystem="ext3" boot="netboot/suse-SLES11" image="pxe" bootkernel="xenk" bootprofile="xen" />
+ <type compressed="true" filesystem="ext3" boot="netboot/suse-SLES11" image="pxe" bootkernel="xen" bootprofile="xen" />
<!-- empty
just to convince diff3 on version updates
-->
@@ -17,9 +17,6 @@
<rpm-force>false</rpm-force>
<locale>en_US</locale>
</preferences>
- <profiles>
- <profile name="xenk" description="KERNEL: Xen kernel/mboot.c32"/>
- </profiles>
<!-- users with default password. may a problem with running sshd, but you need to run the workers anyway in a secure network -->
<users group="opensuse">
<user name="root" pwd="installObs++" home="/root" pwdformat="plain" />
@@ -89,8 +86,6 @@
<package name="xen" />
<package name="xen-tools" />
<package name="hwinfo"/>
- </packages>
- <packages type="image" profiles="xenk">
<package name="kernel-xen"/>
<package name="kernel-xen-base"/>
</packages>
|