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
parent fb4d939559
commit cfb9b190e1
1 changed files with 1 additions and 1 deletions

View File

@ -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