summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-10 19:57:40 +0100
committer Eric Hameleers <alien@slackware.com>2017-01-10 19:57:40 +0100
commit83e928f040123f591f37b3d5c8162374ad3f7ec4 (patch)
tree6f1c4ceadaff5c068d5d8361026acabf2cb4e3a0 /make_slackware_live.sh
parenta554d84e07f436ca302f1a280bacb600b732a7e9 (diff)
downloadliveslak-83e928f040123f591f37b3d5c8162374ad3f7ec4.tar.gz
liveslak-83e928f040123f591f37b3d5c8162374ad3f7ec4.tar.xz
Add 'ntfs' module to the initrd for mounting NTFS partitions (read-only).
This should allow people to store the ISO on a NTFS filesystem and then use something like grub or pxelinux to boot liveslak from that ISO file using the 'livemedia=/dev/sdX:/path/to/slackwarelive.iso' syntax.
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 d087219..b90c8b7 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -184,7 +184,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: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"}
+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"}
# Firmware for wired network cards required for NFS root support:
NETFIRMWARE="3com acenic adaptec bnx tigon e100 sun kaweth tr_smctr cxgb3"