diff options
Diffstat (limited to 'templates/syslinux/normal')
-rw-r--r-- | templates/syslinux/normal/help.cfg | 10 | ||||
-rw-r--r-- | templates/syslinux/normal/splash.rle (renamed from templates/syslinux/normal/data/splash.rle) | bin | 10489 -> 10489 bytes | |||
-rw-r--r-- | templates/syslinux/normal/syslinux.cfg | 3 |
3 files changed, 13 insertions, 0 deletions
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/data/splash.rle b/templates/syslinux/normal/splash.rle Binary files differindex df3e15de2..df3e15de2 100644 --- a/templates/syslinux/normal/data/splash.rle +++ 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 |