diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-08 22:46:48 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 0290d0be6b7f22d838009d7c72f668412830c343 (patch) | |
tree | ff2945099324ec61e7284659060b40c83aa1cb48 | |
parent | fdcebc3365e50a732a43bea983307f8a8b1e0606 (diff) | |
download | vyos-live-build-0290d0be6b7f22d838009d7c72f668412830c343.tar.gz vyos-live-build-0290d0be6b7f22d838009d7c72f668412830c343.zip |
Updating binary_debian-installer for newer append replacement variables used in syslinux configs.
-rwxr-xr-x | scripts/build/binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index ca55f9efe..a357dd8c5 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -266,7 +266,7 @@ fi if [ -e ${_TARGET}/install.cfg ] then - sed -i -e "s#@LB_BOOTAPPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \ + sed -i -e "s#@APPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \ ${_TARGET}/install.cfg fi |