summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-03-02 10:20:04 +0100
committer Eric Hameleers <alien@slackware.com>2017-03-02 10:20:04 +0100
commita26f6fcccc3b988f383bcc4a06b1f24e8e00f6c4 (patch)
treecf2f63d47a6f1df02378ff04cf41a1c4a3e1f752
parentda9cad5943281fd16b7d6b57bc23c071c9a2e760 (diff)
downloadliveslak-a26f6fcccc3b988f383bcc4a06b1f24e8e00f6c4.tar.gz
liveslak-a26f6fcccc3b988f383bcc4a06b1f24e8e00f6c4.tar.xz
Add "mmc-core:sdhci" to KMODS. This allows boot from sdhci cards
Thanks to USUARIONUEVO for the suggestion.
-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 5165572..10f23df 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: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-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"