mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +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:
@@ -32,6 +32,10 @@ ln -s /proc/kcore /dev/core
|
||||
echo "Starting syslogd"
|
||||
syslogd -O /dev/tty4
|
||||
|
||||
echo "Loading scsi_mod & libata module"
|
||||
modprobe scsi_mod
|
||||
modprobe libata
|
||||
|
||||
echo "Starting udev daemon"
|
||||
/sbin/udevd --daemon
|
||||
/sbin/udevtrigger
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
etc/madwifi.conf
|
||||
etc/modprobe.d/madwifi
|
||||
usr/bin/80211debug
|
||||
usr/bin/80211stats
|
||||
usr/bin/ath_info
|
||||
|
||||
Reference in New Issue
Block a user