kernel-modules: add keyboard kernel modules
parent
465f223905
commit
a56e93c10c
|
@ -7,6 +7,10 @@ if [[ -z $drivers ]]; then
|
|||
}
|
||||
instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
|
||||
instmods firewire-ohci
|
||||
|
||||
# install keyboard support
|
||||
instmods atkbd i8042 usbhid hid-apple ehci-hcd ohci-hcd uhci-hcd
|
||||
|
||||
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
|
||||
instmods $(filter_kernel_modules block_module_test)
|
||||
# if not on hostonly mode, install all known filesystems if the required list is not set via the filesystems variable
|
||||
|
|
Loading…
Reference in New Issue