Removed the appending of LH_BOOTAPPEND_LIVE to LH_BOOTAPPEND_INSTALL.
This commit is contained in:
parent
6b75ba6159
commit
d447365003
|
@ -794,11 +794,6 @@ Set_defaults ()
|
|||
LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL} ${_LH_BOOTAPPEND_PRESEED}"
|
||||
fi
|
||||
|
||||
if [ -n "${LH_BOOTAPPEND_LIVE}" ]
|
||||
then
|
||||
LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL} -- \${LH_BOOTAPPEND_LIVE}"
|
||||
fi
|
||||
|
||||
LH_BOOTAPPEND_INSTALL="$(echo ${LH_BOOTAPPEND_INSTALL} | sed -e 's/[ \t]*$//')"
|
||||
|
||||
# Setting encryption
|
||||
|
|
Loading…
Reference in New Issue