| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention liveslak version on the boot screen (grub, syslinux) | Eric Hameleers | 2020-03-31 | 1 | -1/+1 |
* | Make the default language of the Live ISO configurable...Added a new parameter to 'make_slackware_live.sh' script:
-l <localization>
For example, create a liveslak ISO with dutch as the default language
instead of US english:
# ./make_slackware_live.sh -l nl
Using this parameter you can onfigure a different default language
for the resulting ISO image. The default localization if you do not
supply this parameter remains "us" as before.
The boot menu offers a selection of other languages/localizations
to pick from (currently you can select any of 'be br da gb de de_ch es
fr fr_ch it ja nl pt ru se us') but now you can create your own brand
of liveslak ISO with your own language as the default.
| Eric Hameleers | 2018-09-04 | 1 | -2/+2 |
* | Add new supported Live variant STUDIOWARE | Eric Hameleers | 2017-04-16 | 1 | -1/+1 |
* | Further expand the use of DISTRO variable to customize the Live ISO. | Eric Hameleers | 2016-03-15 | 1 | -2/+2 |
* | Add a syslinux menu option to boot from local harddisk....No idea how to do this for grub2 though. The Slackware option in the EFI
boot menu "Detect/boot any installed operating system" doesn't work for me.
| Eric Hameleers | 2016-02-21 | 1 | -0/+3 |
* | BIOS (syslinux) and UEFI (grub2) boot: enhance the experience....- generate the grub fonts (.pf2) ourselves instead of using the
Slackware-provided grub font file.
- expand the help text about the boot parameters.
- show the liveslak version number in the boot menu.
- remove the 'boot any OS' menu item in Grub because it never worked for me.
- add a bit of Grub help text at the bottom of the screen.
NOTES:
- I do not like the way how I had to implement the Grub2 help menu,
it is ugly. Perhaps the text artefacts and understrikes are caused by the
fact that the grub console has to paint on top of the graphical boot menu?
- In any case, the grub console (the black rectangle in the middle) has its
coordinates hard-coded in the grub2 source so it is not configurable.
- the grub fonts look better than in Beta3 but I am still not happy with them.
Research on Grub boot menu enhancements done by Didier Spaier.
| Eric Hameleers | 2016-01-10 | 1 | -2/+4 |
* | Clear the syslinux menu from the screen when booting the OS. | Eric Hameleers | 2015-12-24 | 1 | -0/+1 |
* | Use terminus font 'ter-i16v.psf' as the syslinux console font....Patch proposed by Didier Spaier.
| Eric Hameleers | 2015-12-07 | 1 | -0/+1 |
* | Slackware Live Edition: initial commit....This is Beta 2.
Read http://alien.slackbook.org/blog/slackware-live-edition-beta-2
for all the details.
Beta2 | Eric Hameleers | 2015-11-28 | 1 | -0/+70 |