aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2024-01-03 09:31:23 +0100
committer Eric Hameleers <alien@slackware.com>2024-01-03 09:31:23 +0100
commit7ab576c230da9b425268e1842d66c8b9dc6c5dcb (patch)
tree89a45a6a643dc9d8f227bc99ddd3807adb36910c
parent8410635eb61083b1e5720bb06326e6afb9f315a9 (diff)
downloadliveslak-7ab576c230da9b425268e1842d66c8b9dc6c5dcb.tar.gz
liveslak-7ab576c230da9b425268e1842d66c8b9dc6c5dcb.tar.xz
Fix creation of 32bit ISOS based on slackware-current
-rwxr-xr-xmake_slackware_live.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index b5b20a6..8c974c6 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -84,9 +84,11 @@ MOKCERT=""
# to be defined through the '-S' parameter:
MOKPRIVKEY=""
-# Set to NO if you want to use the non-SMP kernel on 32bit Slackware.
-# note: unsupported option since Slackware enabled preemption in 5.14.15.
-SMP32=${SMP32:-"YES"}
+# Set to YES if you want to use a SMP-tagged kernel package
+# on 32bit Slackware 15.0 or earlier.
+# In 32bit Slackware > 15.0 all kernels support preemption and the '-smp'
+# tag has been removed.
+SMP32=${SMP32:-"NO"}
# Include support for NFS root (PXE boot), will increase size of the initrd:
NFSROOTSUP=${NFSROOTSUP:-"YES"}