Updating binary_debian-installer for newer append replacement variables used in syslinux configs.
This commit is contained in:
parent
fdcebc3365
commit
0290d0be6b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue