diff options
Diffstat (limited to 'templates/syslinux/common/syslinux.cfg')
-rw-r--r-- | templates/syslinux/common/syslinux.cfg | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/templates/syslinux/common/syslinux.cfg b/templates/syslinux/common/syslinux.cfg index 526f1d4ae..b930e36f7 100644 --- a/templates/syslinux/common/syslinux.cfg +++ b/templates/syslinux/common/syslinux.cfg @@ -1,36 +1,6 @@ - +include header.cfg +include menu.cfg +include footer.cfg DISPLAY boot.txt -F1 f1.txt -F2 f2.txt -F3 f3.txt -F4 f4.txt -F5 f5.txt -F6 f6.txt -F7 f7.txt -F8 f8.txt -F9 f9.txt -F0 f10.txt - -DEFAULT live - -LINUX_LIVE - -LINUX_INSTALL - -MEMTEST - -#LABEL floppy -# localboot 0x00 - -#LABEL disk1 -# localboot 0x80 - -#LABEL disk2 -# localboot 0x81 - -#LABEL nextboot -# localboot -1 - PROMPT 1 -TIMEOUT LINUX_TIMEOUT |