On Sat, 27 Mar 2004, Benjamin P Myers wrote:
Date: Sat, 27 Mar 2004 17:39:06 -0600 From: Benjamin P Myers <dative@sukrahelitek.com> To: suse-autoinstall@suse.com Subject: [suse-autoinstall] custom kernel
Hi,
I'm having a little trouble getting autoyast to install the desired kernel. I've compiled and packaged 'k_smp_vanilla' and 'k_deflt_vanilla' and would like to install them instead of the stock stuff, but it installs k_smp instead. I'm using autoyast2-2.6.41-3 on SuSE 8.1. Here's the section from my config:
<software> <base>Minimal</base> <kernel>k_smp_vanilla</kernel> <packages config:type="list"> <package>compat</package> <package>apt</package> <package>cfengine</package> <package>xntp</package> </packages> </software>
I'd like to avoid using a chroot script to do this, if possible. Any help would be appreciated.
Is the rpm part of your installation source and did you recreate the package database using /usr/lib/YaST2/bin/create_package_descr? Regards Hubba