From 7ab576c230da9b425268e1842d66c8b9dc6c5dcb Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 3 Jan 2024 09:31:23 +0100 Subject: Fix creation of 32bit ISOS based on slackware-current --- make_slackware_live.sh | 8 +++++--- 1 file 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"} -- cgit v1.2.3