diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:22 +0200 |
commit | d80c8552b60d499dbec7fb37e09ab8fc4145ce2d (patch) | |
tree | 34983c8c14a3316fbe7d34d564cbfebb73489ca3 /src/scripts/21image.sh | |
parent | 262e501463f4cc8bba690a1ef7cf0887cbfaa8cf (diff) | |
download | vyos-live-build-d80c8552b60d499dbec7fb37e09ab8fc4145ce2d.tar.gz vyos-live-build-d80c8552b60d499dbec7fb37e09ab8fc4145ce2d.zip |
Adding live-package 0.99.6-1.
Diffstat (limited to 'src/scripts/21image.sh')
-rw-r--r-- | src/scripts/21image.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scripts/21image.sh b/src/scripts/21image.sh index 10c56e249..6357f0908 100644 --- a/src/scripts/21image.sh +++ b/src/scripts/21image.sh @@ -171,7 +171,8 @@ Syslinux () cp -r "${LIVE_TEMPLATES}"/syslinux/* \ "${LIVE_ROOT}"/tftpboot/pxelinux.cfg mv "${LIVE_ROOT}"/tftpboot/pxelinux.cfg/pxelinux.cfg "${LIVE_ROOT}"/tftpboot/pxelinux.cfg/default - rm -f "${LIVE_ROOT}"/tftpboot/pxelinux.cfg/isolinux.* + rm -f "${LIVE_ROOT}"/tftpboot/pxelinux.cfg/isolinux.cfg + sed -i -e 's#splash.rle#pxelinux.cfg/splash.rle#' "${LIVE_ROOT}"/tftpboot/pxelinux.cfg/isolinux.txt # Configure syslinux templates sed -i -e "s/LIVE_SERVER_ADDRESS/${LIVE_SERVER_ADDRESS}/" -e "s#LIVE_SERVER_PATH#${LIVE_SERVER_PATH}#" -e "s#LIVE_BOOTAPPEND#${LIVE_BOOTAPPEND}#" "${LIVE_ROOT}"/tftpboot/pxelinux.cfg/default |