From 2505df82083f10a10828518f0be35b7d05153380 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 10 Jun 2016 15:22:57 +0200 Subject: On 32bit, use the non-SMP kernel by default. You can define SMP32="YES" in the script or in its .conf file, if you want your Live ISO to boot the 32bit SMP kernel instead. --- make_slackware_live.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index cf7bd5b..89eedea 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -65,8 +65,8 @@ BOOTLOADSIZE=${BOOTLOADSIZE:-4} # Therefore we disable 32bit EFI by default. Enable at your own peril: EFI32=${EFI32:-"NO"} -# Set to NO if you want to use the non-SMP kernel on 32bit Slackware: -SMP32=${SMP32:-"YES"} +# Set to YES if you want to use the SMP kernel on 32bit Slackware: +SMP32=${SMP32:-"NO"} # Include support for NFS root (PXE boot), will increase size of the initrd: NFSROOTSUP=${NFSROOTSUP:-"YES"} -- cgit v1.2.3