Add leading space to prevent unnecessary diff when running lh_config repeatedly.
This commit is contained in:
parent
cf35e04305
commit
e17a9c057c
|
@ -582,7 +582,7 @@ Set_defaults ()
|
|||
then
|
||||
LH_BOOTAPPEND_INSTALL="${_LH_BOOTAPPEND_PRESEED} -- \${LH_BOOTAPPEND_LIVE}"
|
||||
else
|
||||
LH_BOOTAPPEND_INSTALL="-- \${LH_BOOTAPPEND_LIVE}"
|
||||
LH_BOOTAPPEND_INSTALL=" -- \${LH_BOOTAPPEND_LIVE}"
|
||||
fi
|
||||
|
||||
# Setting encryption
|
||||
|
|
Loading…
Reference in New Issue