diff options
author | Daniel Baumann <daniel@debian.org> | 2009-11-01 17:13:00 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:48 +0100 |
commit | bf74055024787912d2a6abb6f67315a65a764728 (patch) | |
tree | 17a35ed30de4186c892993ebd4575408e6803bac | |
parent | 634193980aa9b301de779bd57f72726fa55ddc6d (diff) | |
download | vyos-live-build-bf74055024787912d2a6abb6f67315a65a764728.tar.gz vyos-live-build-bf74055024787912d2a6abb6f67315a65a764728.zip |
Adjusting pathes for boot-screens in netboot images.
-rwxr-xr-x | helpers/lh_binary_syslinux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 3f757e61b..96ac45282 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -644,6 +644,8 @@ case "${LH_BINARY_IMAGES}" in sed -i -e "s|^include |include ${LIVE_SCREEN_PATH}/|g" "${FILE}" done + sed -i -e "s| f| ${LIVE_SCREEN_PATH}/f|g" ${SCREEN_PATH}/prompt.cfg + mv ${SCREEN_PATH}/syslinux.cfg ${KERNEL_PATH}/pxelinux.cfg/default # Copying configuration file |