initrd_module TAG on suse 10.1beta8
Hello list, does autoyast support the initrd_module TAG? This is in my xml file: <initrd_modules config:type="list"> <initrd_module> <module>ext3</module> </initrd_module> <initrd_module> <module>forcedeth</module> </initrd_module> </initrd_modules> But :
cat /etc/sysconfig/kernel | grep INITRD INITRD_MODULES="sis5513 sata_sis processor thermal fan reiserfs dm_mod"
does not contain them. Testet on SuSE 10.1 beta8 regards, Martin
On Thursday 30 March 2006 17:18, Martin Vogt wrote:
does autoyast support the initrd_module TAG? This is in my xml file:
<initrd_modules config:type="list"> <initrd_module> <module>ext3</module> </initrd_module> <initrd_module> <module>forcedeth</module> </initrd_module> </initrd_modules>
at least there is code for it in yast2-bootloader. Open a bug on http://bugzilla.novell.com if the modules are missing in the initrd please. As workaround, you can try to add the modules with a chroot script (chrooted=false) to /etc/sysconfig/kernel -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
participants (2)
-
Martin Vogt
-
Uwe Gansert