summaryrefslogtreecommitdiffstats
path: root/menu.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a syslinux menu option to boot from local harddisk. Eric Hameleers2016-02-211-0/+3
| | | | | 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.
* BIOS (syslinux) and UEFI (grub2) boot: enhance the experience. Eric Hameleers2016-01-101-2/+4
| | | | | | | | | | | | | | | | | | | - 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.
* Clear the syslinux menu from the screen when booting the OS. Eric Hameleers2015-12-241-0/+1
|
* Use terminus font 'ter-i16v.psf' as the syslinux console font. Eric Hameleers2015-12-071-0/+1
| | | | Patch proposed by Didier Spaier.
* Slackware Live Edition: initial commit.Beta2 Eric Hameleers2015-11-281-0/+70
This is Beta 2. Read http://alien.slackbook.org/blog/slackware-live-edition-beta-2 for all the details.