diff options
Diffstat (limited to 'templates/syslinux/normal/prompt.cfg')
-rw-r--r-- | templates/syslinux/normal/prompt.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
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 |