diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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"} |