summaryrefslogtreecommitdiff
path: root/templates/syslinux/menu
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Updating syslinux theme for squeeze.Daniel Baumann3-2/+2
2011-03-09Using old lenny syslinux bootsplash for squeeze, moving new splash to wheezy.Daniel Baumann1-0/+0
2011-03-09Updating internal variables from lh to lb scheme, should be the last piece ↵Daniel Baumann1-1/+1
to finish the live-helper to live-build rename.
2011-03-09Updating syslinux splash screen for squeeze.Daniel Baumann1-0/+0
2011-03-09Updating menu splash image for new syslinux.Daniel Baumann1-0/+0
2011-03-09Updating boot menu title when using syslinux menu.Daniel Baumann1-1/+1
2011-03-09Updating syslinux menu configuration.Daniel Baumann11-334/+49
2011-03-09add new option --syslinux-menu to enable syslinux menuJesse Hathaway3-9/+317
added a new syslinux menu splash screen, I'm not an artist but I think it is better than the generic splash which was already included. Also added the svg file if anyone wants to make any changes.
2011-03-09fix syslinux timeout optionJesse Hathaway2-2/+2
change MILISECONDS to SECONDS. Syslinux actually uses tenths of seconds not milliseconds, but it seems unnecessary to expose this to the user. Fix templates to only specify the timeout once.
2011-03-09Unify syslinux code, so that pxelinux isolinux & usb-hddJesse Hathaway3-7/+7
share more code. Change pxelinux directory setup to match debian installer Change syslinux templates to use {$VAR} syntax so the templates are easier to read Remove etch support for syslinux, since INCLUDE syntax is not available in etch syslinux v3.31
2011-03-09templates: change font used on syslinux menu to a better oneOtavio Salvador3-1/+1
Previous used font had a bug with some chars and was also too big for general use so a smaller and right one has been choosen.
2011-03-09templates: split syslinux templates to reduce divertingOtavio Salvador1-0/+6
A new common template called help.cfg has been included to avoid help keys to be duplicated while prompt.cfg has been changed to be specific to each mode since it has different requirements for initial text to be displayed. Other minor fixes were also been done during the spliting and then included on this patch too.
2011-03-09syslinux: split syslinux configuration in multiple filesOtavio Salvador3-23/+21
Normal and menu templates share a lot of common stuff and then a splited syslinux.cfg is much better to handle that.
2011-03-09templates: move syslinux-menu to syslinux/menuOtavio Salvador3-0/+23
All files from syslinux-menu templates directory has been moved to syslinux/menu. lh_binary_syslinux had some changes to work with that but they were minimal ones.