Updating binary_debian-installer for newer append replacement variables used in syslinux configs.

This commit is contained in:
Daniel Baumann 2013-02-08 22:46:48 +01:00 committed by Daniel Baumann
parent fdcebc3365
commit 0290d0be6b
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ fi
if [ -e ${_TARGET}/install.cfg ] if [ -e ${_TARGET}/install.cfg ]
then 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 ${_TARGET}/install.cfg
fi fi