summaryrefslogtreecommitdiff
path: root/templates/syslinux/normal
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-11-02 11:19:42 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:35 +0100
commitcd172cfe215a28f18ba33e36286d6d9c0282af75 (patch)
treed6452b9d1c4859dbbc129059bbfa053ef29753af /templates/syslinux/normal
parent6e59f3b095f6c15f278a5c1ff2871546fc22f51d (diff)
downloadvyos-live-build-cd172cfe215a28f18ba33e36286d6d9c0282af75.tar.gz
vyos-live-build-cd172cfe215a28f18ba33e36286d6d9c0282af75.zip
First step in cleaning up syslinux handling by using syslinux-theme packages rather than embedded templates.
Diffstat (limited to 'templates/syslinux/normal')
-rw-r--r--templates/syslinux/normal/footer.cfg0
-rw-r--r--templates/syslinux/normal/header.cfg1
-rw-r--r--templates/syslinux/normal/help.cfg10
-rw-r--r--templates/syslinux/normal/prompt.cfg6
-rw-r--r--templates/syslinux/normal/splash.rlebin10489 -> 0 bytes
-rw-r--r--templates/syslinux/normal/syslinux.cfg3
6 files changed, 0 insertions, 20 deletions
diff --git a/templates/syslinux/normal/footer.cfg b/templates/syslinux/normal/footer.cfg
deleted file mode 100644
index e69de29bb..000000000
--- a/templates/syslinux/normal/footer.cfg
+++ /dev/null
diff --git a/templates/syslinux/normal/header.cfg b/templates/syslinux/normal/header.cfg
deleted file mode 100644
index 26e3115c7..000000000
--- a/templates/syslinux/normal/header.cfg
+++ /dev/null
@@ -1 +0,0 @@
-include {$LIVE_SCREEN_PATH}/prompt.cfg
diff --git a/templates/syslinux/normal/help.cfg b/templates/syslinux/normal/help.cfg
deleted file mode 100644
index 414f3885e..000000000
--- a/templates/syslinux/normal/help.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-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
deleted file mode 100644
index 5f64eb699..000000000
--- a/templates/syslinux/normal/prompt.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index df3e15de2..000000000
--- a/templates/syslinux/normal/splash.rle
+++ /dev/null
Binary files differ
diff --git a/templates/syslinux/normal/syslinux.cfg b/templates/syslinux/normal/syslinux.cfg
deleted file mode 100644
index 3e2682eb3..000000000
--- a/templates/syslinux/normal/syslinux.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-include {$LIVE_SCREEN_PATH}/header.cfg
-include {$LIVE_SCREEN_PATH}/menu.cfg
-include {$LIVE_SCREEN_PATH}/footer.cfg