fickit: Handle raid and non-raid setup
This commit is contained in:
parent
f61b0a8e47
commit
152bbe178f
5 changed files with 94 additions and 31 deletions
|
|
@ -9,6 +9,14 @@ cmdline() {
|
|||
[ "$value" != "" ] && echo "$value"
|
||||
}
|
||||
|
||||
modprobe xhci_pci
|
||||
modprobe ahci
|
||||
modprobe intel_lpss_pci
|
||||
modprobe i2c_i801
|
||||
modprobe megaraid_sas
|
||||
modprobe tg3
|
||||
modprobe bnxt_en
|
||||
|
||||
mount -t devtmpfs none /dev
|
||||
mount -t proc none /proc
|
||||
|
||||
|
|
|
|||
Reference in a new issue