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/en | |
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/en')
-rw-r--r-- | templates/syslinux/en/boot.txt | 2 | ||||
-rw-r--r-- | templates/syslinux/en/f1.txt.install | 6 | ||||
-rw-r--r-- | templates/syslinux/en/f1.txt.live | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/syslinux/en/boot.txt b/templates/syslinux/en/boot.txt index 56dffcade..ecb5dfc2f 100644 --- a/templates/syslinux/en/boot.txt +++ b/templates/syslinux/en/boot.txt @@ -1,3 +1,3 @@ -splash.rle +{$SPLASH} Press F1control and F then 1 for help, or ENTER to diff --git a/templates/syslinux/en/f1.txt.install b/templates/syslinux/en/f1.txt.install index 80026b6d2..f49f549b3 100644 --- a/templates/syslinux/en/f1.txt.install +++ b/templates/syslinux/en/f1.txt.install @@ -1,7 +1,7 @@ 0fWelcome to Debian GNU/Linux!07 09F107 -This is a Debian LH_DISTRIBUTION combined live and installation LH_MEDIA. -It was built on LH_DATE. +This is a Debian {$LH_DISTRIBUTION} combined live and installation {$LH_MEDIA}. +It was built on {$LH_DATE}. 0fHELP INDEX07 @@ -9,7 +9,7 @@ It was built on LH_DATE. <09F107> This page, the help index. <09F207> Prerequisites for installing Debian. -<09F307> Boot methods for special ways of using this LH_MEDIA +<09F307> Boot methods for special ways of using this {$LH_MEDIA} <09F407> Additional boot methods; rescue mode. <09F507> Special boot parameters, overview. <09F607> Special boot parameters for special machines. diff --git a/templates/syslinux/en/f1.txt.live b/templates/syslinux/en/f1.txt.live index f6f33ef71..de32d52ca 100644 --- a/templates/syslinux/en/f1.txt.live +++ b/templates/syslinux/en/f1.txt.live @@ -1,7 +1,7 @@ 0fWelcome to Debian GNU/Linux!07 09F107 -This is a Debian LH_DISTRIBUTION live LH_MEDIA. -It was built on LH_DATE. +This is a Debian {$LH_DISTRIBUTION} live {$LH_MEDIA}. +It was built on {$LH_DATE}. 0fHELP INDEX07 @@ -9,7 +9,7 @@ It was built on LH_DATE. <09F107> This page, the help index. <09F207> Prerequisites for installing Debian. -<09F307> Boot methods for special ways of using this LH_MEDIA +<09F307> Boot methods for special ways of using this {$LH_MEDIA} <09F407> Additional boot methods. <09F507> Special boot parameters, overview. <09F607> Special boot parameters for special machines. |