diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-26 12:38:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-26 15:11:45 +0200 |
commit | 152d608f61fd22a1414c3a90ba061b790200350a (patch) | |
tree | 44a6d3a12cd11067aea2a4d43eb9133cc25bad2f /templates/syslinux/normal | |
download | vyos-live-build-152d608f61fd22a1414c3a90ba061b790200350a.tar.gz vyos-live-build-152d608f61fd22a1414c3a90ba061b790200350a.zip |
Adding debian version 3.0~a1-1.
Diffstat (limited to 'templates/syslinux/normal')
-rw-r--r-- | templates/syslinux/normal/footer.cfg | 0 | ||||
-rw-r--r-- | templates/syslinux/normal/header.cfg | 1 | ||||
-rw-r--r-- | templates/syslinux/normal/help.cfg | 10 | ||||
-rw-r--r-- | templates/syslinux/normal/prompt.cfg | 6 | ||||
-rw-r--r-- | templates/syslinux/normal/splash.rle | bin | 0 -> 10489 bytes | |||
-rw-r--r-- | templates/syslinux/normal/syslinux.cfg | 3 |
6 files changed, 20 insertions, 0 deletions
diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/templates/syslinux/normal/footer.cfg diff --git a/templates/syslinux/normal/header.cfg b/templates/syslinux/normal/header.cfg new file mode 100644 index 000000000..26e3115c7 --- /dev/null +++ b/templates/syslinux/normal/header.cfg @@ -0,0 +1 @@ +include {$LIVE_SCREEN_PATH}/prompt.cfg diff --git a/templates/syslinux/normal/help.cfg b/templates/syslinux/normal/help.cfg new file mode 100644 index 000000000..414f3885e --- /dev/null +++ b/templates/syslinux/normal/help.cfg @@ -0,0 +1,10 @@ +f1 {$LIVE_SCREEN_PATH}/f1.txt +f2 {$LIVE_SCREEN_PATH}/f2.txt +f3 {$LIVE_SCREEN_PATH}/f3.txt +f4 {$LIVE_SCREEN_PATH}/f4.txt +f5 {$LIVE_SCREEN_PATH}/f5.txt +f6 {$LIVE_SCREEN_PATH}/f6.txt +f7 {$LIVE_SCREEN_PATH}/f7.txt +f8 {$LIVE_SCREEN_PATH}/f8.txt +f9 {$LIVE_SCREEN_PATH}/f9.txt +f0 {$LIVE_SCREEN_PATH}/f10.txt diff --git a/templates/syslinux/normal/prompt.cfg b/templates/syslinux/normal/prompt.cfg new file mode 100644 index 000000000..5f64eb699 --- /dev/null +++ b/templates/syslinux/normal/prompt.cfg @@ -0,0 +1,6 @@ +prompt 1 +timeout {$LB_SYSLINUX_TIMEOUT} +default live +display {$LIVE_SCREEN_PATH}/boot.txt +include {$LIVE_SCREEN_PATH}/menu.cfg +include {$LIVE_SCREEN_PATH}/help.cfg diff --git a/templates/syslinux/normal/splash.rle b/templates/syslinux/normal/splash.rle Binary files differnew file mode 100644 index 000000000..df3e15de2 --- /dev/null +++ b/templates/syslinux/normal/splash.rle diff --git a/templates/syslinux/normal/syslinux.cfg b/templates/syslinux/normal/syslinux.cfg new file mode 100644 index 000000000..3e2682eb3 --- /dev/null +++ b/templates/syslinux/normal/syslinux.cfg @@ -0,0 +1,3 @@ +include {$LIVE_SCREEN_PATH}/header.cfg +include {$LIVE_SCREEN_PATH}/menu.cfg +include {$LIVE_SCREEN_PATH}/footer.cfg |