diff options
| author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2007-10-13 13:34:59 -0400 |
|---|---|---|
| committer | Jesse W. Hathaway <lollipop@lifesaver.internal.mbuki-mvuki.org> | 2007-10-14 11:32:43 -0400 |
| commit | 4314b13356e86a153fabf0d290c2d8f760b27f08 (patch) | |
| tree | 25b4db3ae62a2c024afe0cbd9544c4b764cc298b /templates/syslinux/normal | |
| parent | d1978af30a441c5e2d437cbfd7db870d070bd2e2 (diff) | |
| download | vyos-live-build-4314b13356e86a153fabf0d290c2d8f760b27f08.tar.gz vyos-live-build-4314b13356e86a153fabf0d290c2d8f760b27f08.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')
| -rw-r--r-- | templates/syslinux/normal/data/splash.rle | bin | 0 -> 10489 bytes | |||
| -rw-r--r-- | templates/syslinux/normal/footer.cfg | 2 | ||||
| -rw-r--r-- | templates/syslinux/normal/header.cfg | 2 | ||||
| -rw-r--r-- | templates/syslinux/normal/prompt.cfg | 6 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/syslinux/normal/data/splash.rle b/templates/syslinux/normal/data/splash.rle Binary files differnew file mode 100644 index 000000000..df3e15de2 --- /dev/null +++ b/templates/syslinux/normal/data/splash.rle 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} diff --git a/templates/syslinux/normal/header.cfg b/templates/syslinux/normal/header.cfg index 58d978088..26e3115c7 100644 --- a/templates/syslinux/normal/header.cfg +++ b/templates/syslinux/normal/header.cfg @@ -1 +1 @@ -include prompt.cfg +include {$LIVE_SCREEN_PATH}/prompt.cfg diff --git a/templates/syslinux/normal/prompt.cfg b/templates/syslinux/normal/prompt.cfg index 26d5517d1..97ed60c95 100644 --- a/templates/syslinux/normal/prompt.cfg +++ b/templates/syslinux/normal/prompt.cfg @@ -1,6 +1,6 @@ prompt 1 timeout 0 default live -display boot.txt -include menu.cfg -include help.cfg +display {$LIVE_SCREEN_PATH}/boot.txt +include {$LIVE_SCREEN_PATH}/menu.cfg +include {$LIVE_SCREEN_PATH}/help.cfg |
