summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:05:13 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commita3a132a315362c2a88229abd9740633009c4fe43 (patch)
tree1e248f915830abef9633a5b5869b574c96249d1b /helpers/lh_config
parenta63876a8d71f5497d8449704f377ba38a0b5e457 (diff)
downloadlive-build-a3a132a315362c2a88229abd9740633009c4fe43.zip
live-build-a3a132a315362c2a88229abd9740633009c4fe43.tar.gz
Passing live bootappends to debian-installer.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config16
1 files changed, 8 insertions, 8 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 2a6e28f..9c9d11b 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -393,13 +393,13 @@ Local_arguments ()
shift 2
;;
- --bootappend-install)
- LH_BOOTAPPEND_INSTALL="${2}"
+ --bootappend-live)
+ LH_BOOTAPPEND_LIVE="${2}"
shift 2
;;
- --bootappend-live)
- LH_BOOTAPPEND_LIVE="${2}"
+ --bootappend-install)
+ LH_BOOTAPPEND_INSTALL="${2}"
shift 2
;;
@@ -842,14 +842,14 @@ LH_BINARY_IMAGES="${LH_BINARY_IMAGES}"
# (Default: ${LH_BINARY_INDICES})
LH_BINARY_INDICES="${LH_BINARY_INDICES}"
-# \$LH_BOOTAPPEND_INSTALL: set boot parameters
-# (Default: empty)
-LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL}"
-
# \$LH_BOOTAPPEND_LIVE: set boot parameters
# (Default: empty)
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE}"
+# \$LH_BOOTAPPEND_INSTALL: set boot parameters
+# (Default: empty)
+LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL}"
+
# \$LH_BOOTLOADER: set bootloader
# (Default: ${LH_BOOTLOADER})
LH_BOOTLOADER="${LH_BOOTLOADER}"