Mailinglist Archive: opensuse-autoinstall (101 mails)
| < Previous | Next > |
Re: [suse-autoinstall] LSI Logic Megaraid and SLES 9 SP2 --- Uwe Gansert Help me Please :-)
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Fri, 10 Mar 2006 16:22:18 +0000 (UTC)
- Message-id: <200603101722.16987.ug@xxxxxxx>
On Friday 10 March 2006 01:17, Rob Thompson wrote:
> My question is
> this: Can I force the autoyast installation to use the megaraid_mbox
> module?
I'm not an hardware expert and I don't know why the module is not put into
the initrd by yast. I don't even have a hardware raid testsystem.
Try to put the module into the initrd by something like this:
<scripts>
<chroot-scripts config:type="list">
<script>
<chrooted config:type="boolean">false</chrooted>
<filename>chrooted_script.sh</filename>
<interpreter>shell</interpreter>
<source><![CDATA[
#!/bin/sh
sed -i -e
's/INITRD_MODULES="/INITRD_MODULES="megaraid_mbox/' /mnt/etc/sysconfig/kernel
]]></source>
</script>
</chroot-scripts>
</scripts>
the chrooted=false is important.
I hope that helps but I can't reproduce it here.
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
e-mail: uwe.gansert@xxxxxxx, Tel: +49-(0)911-74053-0,
Fax: +49-(0)911-74053-476, Web: http://www.suse.de
> My question is
> this: Can I force the autoyast installation to use the megaraid_mbox
> module?
I'm not an hardware expert and I don't know why the module is not put into
the initrd by yast. I don't even have a hardware raid testsystem.
Try to put the module into the initrd by something like this:
<scripts>
<chroot-scripts config:type="list">
<script>
<chrooted config:type="boolean">false</chrooted>
<filename>chrooted_script.sh</filename>
<interpreter>shell</interpreter>
<source><![CDATA[
#!/bin/sh
sed -i -e
's/INITRD_MODULES="/INITRD_MODULES="megaraid_mbox/' /mnt/etc/sysconfig/kernel
]]></source>
</script>
</chroot-scripts>
</scripts>
the chrooted=false is important.
I hope that helps but I can't reproduce it here.
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
e-mail: uwe.gansert@xxxxxxx, Tel: +49-(0)911-74053-0,
Fax: +49-(0)911-74053-476, Web: http://www.suse.de
| < Previous | Next > |