| Commit message (Expand) | Author | Files | Lines |
2016-03-23 | Changed layout of README.txt slightly for better match with Wiki version....When changes need to be made to README.txt and its Wiki version at
http://docs.slackware.com/slackware:liveslak I want to be able to
diff the two easily.
| Eric Hameleers | 1 | -138/+201 |
2016-03-23 | Fix a bug in the program flow related to CONSFONT....If the predefined console font (CONSFONT variable) was not found
on the system, the make_slackware_live.sh script would abort with an error.
| Eric Hameleers | 1 | -6/+7 |
2016-03-18 | Add support for 32-bit UEFI boot (disabled by default)....This requires functionality in grub which is currently not enabled
in Slackware's grub package.
If you want a 32-bit Live ISO that boots on UEFI computers, you need
to recompile Slackware's grub with the patch for grub.SlackBuild which
you can find in the ./patches subdirectory.
Then you need to set the variable "EFI32" to "YES" in the
'make_slackware_live.sh' script and (re-)generate your 32-bit ISO.
The resulting 32-bit Live ISO will be UEFI-bootable.
| Eric Hameleers | 3 | -47/+84 |