mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Load libata prior udev at installer because some SATA doesnt autoload it
Add countrycode for atheros wlan cards
This commit is contained in:
@@ -107,7 +107,6 @@ int main(int argc, char *argv[])
|
||||
mysystem("/sbin/modprobe generic");
|
||||
mysystem("/sbin/modprobe ide-cd");
|
||||
mysystem("/sbin/modprobe ide-disk");
|
||||
mysystem("/sbin/modprobe sata_via");
|
||||
mysystem("/sbin/modprobe uhci-hcd");
|
||||
mysystem("/sbin/modprobe ohci-hcd");
|
||||
mysystem("/sbin/modprobe ehci-hcd");
|
||||
|
||||
@@ -55,7 +55,7 @@ for i in a b c d e f g; do
|
||||
fi
|
||||
done
|
||||
|
||||
for MODULE in $(ls /lib/modules/*/kernel/drivers/scsi); do
|
||||
for MODULE in $(ls /lib/modules/*/kernel/drivers/ata && ls /lib/modules/*/kernel/drivers/scsi); do
|
||||
MODULE=`basename $MODULE | awk -F. '{ print $1 }'`
|
||||
|
||||
echo -n "Probing for $MODULE"
|
||||
|
||||
Reference in New Issue
Block a user