[EMAIL PROTECTED] wrote:
The solution is to add this line at the begin of the the master script:
/sbin/modprobe ata_piix
Now sda is correctly detected !
Yes, but your system will be much more maintainable if you
*don't* touch the master script, but instead put your local
customizations as little scripts in the
/var/lib/systemimager/scripts/pre-install/ directory. See the
/var/lib/systemimager/scripts/post-install/README for details.
For example, I have this pre-install script for my nodes with
IDE disks and Intel chipsets:
#!/bin/sh
# Intel PIIX IDE driver
modprobe piix
echo "io_32bit:1" > /proc/ide/ide0/hda/settings
echo "using_dma:1" > /proc/ide/ide0/hda/settings
--
Ole Holm Nielsen
Department of Physics, Technical University of Denmark
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Sisuite-users mailing list
Sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users