> Try these files:
> ----- /var/lib/systemimager/scripts/pre-install/01all.load_sata_driver ------
> #!/bin/sh
> #
>
> echo
> echo "loading ahci sata driver"
> echo
> modprobe mptspi
> modprobe mptsas
> modprobe mptfc
> -----------------------------------------------------------------------------

----- /var/lib/systemimager/overrides/oscarimage/etc/ modprobe.conf ------
#!/bin/sh
 #

echo
echo "loading ahci sata driver"
echo
modprobe ahci
-----------------------------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to