diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-02-17 14:29:49 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:04 +0100 |
commit | e59e8d5c7dfe79b8eb412a601ed5bde0ac512674 (patch) | |
tree | ecda4b317ad418cb31dd1a7e42571105384fecc8 /functions | |
parent | 5e3b3693ea5307f4019cd12e64a5835658e00e82 (diff) | |
download | live-build-e59e8d5c7dfe79b8eb412a601ed5bde0ac512674.zip live-build-e59e8d5c7dfe79b8eb412a601ed5bde0ac512674.tar.gz |
Removed the appending of LH_BOOTAPPEND_LIVE to LH_BOOTAPPEND_INSTALL.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 79993f0..fab7cfa 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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 |