diff options
author | Eric Hameleers <alien@slackware.com> | 2017-03-19 23:10:38 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-03-19 23:10:38 +0100 |
commit | 3b80770fc777e61a18869f74a195b84f452d05d2 (patch) | |
tree | 66ce036a6c6501a6c0983c517dc570198beb1386 /make_slackware_live.sh | |
parent | 369664e824586c6b044872d9d2e80f7fad12c13d (diff) | |
download | liveslak-3b80770fc777e61a18869f74a195b84f452d05d2.tar.gz liveslak-3b80770fc777e61a18869f74a195b84f452d05d2.tar.xz |
Add 'hid-apple' to KMODS in order to support Apple keyboards on boot
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 6643fa0..d40f5ca 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -188,7 +188,7 @@ SEQ_DLACK="tagfile:a,ap,d,e,f,k,l,n,t,tcl,x,xap pkglist:slackextra,systemd,dlack # List of kernel modules required for a live medium to boot properly; # Lots of HID modules added to support keyboard input for LUKS password entry: -KMODS=${KMODS:-"squashfs:overlay:loop:xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:mmc-core:sdhci:usb-storage:hid:usbhid:i2c-hid:hid-generic:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch:jbd:mbcache:ext3:ext4:isofs:fat:nls_cp437:nls_iso8859-1:msdos:vfat:ntfs"} +KMODS=${KMODS:-"squashfs:overlay:loop:xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:mmc-core:sdhci:usb-storage:hid:usbhid:i2c-hid:hid-generic:hid-apple:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:hid_multitouch:jbd:mbcache:ext3:ext4:isofs:fat:nls_cp437:nls_iso8859-1:msdos:vfat:ntfs"} # Firmware for wired network cards required for NFS root support: NETFIRMWARE="3com acenic adaptec bnx tigon e100 sun kaweth tr_smctr cxgb3" |