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