summaryrefslogtreecommitdiff
path: root/templates/syslinux/menu
AgeCommit message (Collapse)AuthorFilesLines
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.