Adjusting pathes for boot-screens in netboot images.
This commit is contained in:
parent
634193980a
commit
bf74055024
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue