@@ -6,7 +6,7 @@
<specification>bios-installer</specification>
</description>
<preferences>
- <type compressed="true" image="pxe" filesystem="ext3" boot="netboot/suse-SLES11" bootprofile="std" bootkernel="default" kernelcmdline="nomodeset"/>
+ <type image="pxe" filesystem="ext3" boot="netboot/suse-SLES11" bootprofile="std" bootkernel="default" kernelcmdline="nomodeset"/>
<!-- empty
just to convince diff3 on version updates
-->
@@ -102,13 +102,13 @@
<package name="gzip"/>
<package name="bios-installer"/>
<package name="ipmitool"/>
- <package name="virt-utils"/>
+ <package name="virt-utils"/>
+ <package name="qemu-tools"/>
<archive name="bnx2firmware.tar.gz" bootinclude="true" />
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
<package name="glibc-locale"/>
- <package name="virt-utils"/>
</packages>
<packages type="delete">
<package name="bootsplash"/>
|