summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-06-16 13:02:59 +0200
committer Eric Hameleers <alien@slackware.com>2017-06-16 13:02:59 +0200
commit380b23fe4c8ea5d20dd2b965a265585d62d2b1d5 (patch)
tree34e17a5e3260c15f68a5cf83406863a7fcf856fc /make_slackware_live.sh
parenta49084c82b2f38a07c12164ec78df44a044d48e9 (diff)
downloadliveslak-380b23fe4c8ea5d20dd2b965a265585d62d2b1d5.tar.gz
liveslak-380b23fe4c8ea5d20dd2b965a265585d62d2b1d5.tar.xz
Add 'sdhci-pci:sdhci-acpi' to KMODS
Adding 'sdhci-pci:sdhci-acpi' to KMODS is needed to make liveslak boot off a Dell e7440 with O2 Micro, Inc. Integrated MMC/SD Controller.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 9bb8bf8..6cb5027 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -196,7 +196,7 @@ SEQ_STUDW="tagfile:a,ap,d,e,f,k,kde,l,n,t,tcl,x,xap,xfce,y pkglist:slackextra,st
# 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:mmc-block: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"}
+KMODS=${KMODS:-"squashfs:overlay:loop:xhci-pci:ohci-pci:ehci-pci:xhci-hcd:uhci-hcd:ehci-hcd:mmc-core:mmc-block:sdhci:sdhci-pci:sdhci-acpi: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"}
# If any Live variant needs additional 'append' parameters, define them here,
# either using a variable name 'KAPPEND_<LIVEDE>', or by defining 'KAPPEND' in the .conf file: