templates: split syslinux templates to reduce diverting

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.
This commit is contained in:
Otavio Salvador 2007-10-02 20:25:38 -03:00 committed by Daniel Baumann
parent 1966587162
commit ae7d46ca72
5 changed files with 12 additions and 10 deletions

View File

@ -1,8 +1,3 @@
prompt 1
display boot.txt
timeout 0
include menu.cfg
f1 f1.txt
f2 f2.txt
f3 f3.txt

View File

@ -1,5 +1,3 @@
default live
LINUX_LIVE
LINUX_INSTALL

View File

@ -1,6 +1,3 @@
include header.cfg
include menu.cfg
include footer.cfg
DISPLAY boot.txt
PROMPT 1

View File

@ -0,0 +1,6 @@
prompt 1
timeout 0
default live
display f1.txt
include menu.cfg
include help.cfg

View File

@ -0,0 +1,6 @@
prompt 1
timeout 0
default live
display boot.txt
include menu.cfg
include help.cfg