diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-12 22:27:17 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 808b473e0882d64cad54bd902b42513d8555e806 (patch) | |
tree | d2700d3f4f2a3511c970276f1d8afec318da60e9 /functions/defaults.sh | |
parent | 135276b93ee117ae5064a65aeb13ce4cde10f41e (diff) | |
download | vyos-live-build-808b473e0882d64cad54bd902b42513d8555e806.tar.gz vyos-live-build-808b473e0882d64cad54bd902b42513d8555e806.zip |
Add leading space to prevent unnecessary diff when running lh_config repeatedly.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 7a7777f60..74e8abae2 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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 |