diff options
author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2007-10-13 13:34:59 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:27 +0100 |
commit | 1bea707a71a750a1277376758d5a73df2261cb47 (patch) | |
tree | 25b4db3ae62a2c024afe0cbd9544c4b764cc298b /templates/syslinux/normal/footer.cfg | |
parent | 2a5637facdd807d7724251a9983d4c90a676c5c3 (diff) | |
download | vyos-live-build-1bea707a71a750a1277376758d5a73df2261cb47.tar.gz vyos-live-build-1bea707a71a750a1277376758d5a73df2261cb47.zip |
Unify syslinux code, so that pxelinux isolinux & usb-hdd
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
Diffstat (limited to 'templates/syslinux/normal/footer.cfg')
-rw-r--r-- | templates/syslinux/normal/footer.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg index e65904917..368c3071a 100644 --- a/templates/syslinux/normal/footer.cfg +++ b/templates/syslinux/normal/footer.cfg @@ -1 +1 @@ -timeout LINUX_TIMEOUT +timeout {$LINUX_TIMEOUT} |