diff options
author | Eric Hameleers <alien@slackware.com> | 2016-06-24 12:08:46 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-06-24 12:08:46 +0200 |
commit | a3224471abe1916eb398f50f5be83e6396e0ce3d (patch) | |
tree | 07c75596ca157d319956cabc9c8206e72ec65fe5 | |
parent | cf192125b3fea07c7f0e00bb125bfa1b2f6ec7c8 (diff) | |
download | liveslak-a3224471abe1916eb398f50f5be83e6396e0ce3d.tar.gz liveslak-a3224471abe1916eb398f50f5be83e6396e0ce3d.tar.xz |
Add LUKS passphrase entry support for more types of USB keyboard.
Diffstat (limited to '')
-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 4e41b35..6083ff7 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -172,7 +172,7 @@ SEQ_CIN="tagfile:a,ap,d,e,f,k,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra,cinnamon # 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:usb-storage:hid:usbhid:hid-generic:hid-cherry:hid-logitech:hid-logitech-dj:hid-logitech-hidpp:hid-lenovo:hid-microsoft:jbd:mbcache:ext3:ext4:isofs:fat:nls_cp437:nls_iso8859-1:msdos:vfat"} +KMODS=${KMODS:-"squashfs:overlay:loop:xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd: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"} # Firmware for wired network cards required for NFS root support: NETFIRMWARE="3com acenic adaptec bnx tigon e100 sun kaweth tr_smctr cxgb3" |