Passing live bootappends to debian-installer.
This commit is contained in:
parent
f64d4d2c31
commit
5e759644a4
|
@ -615,8 +615,8 @@ Set_defaults ()
|
||||||
LH_BINARY_INDICES="${LH_BINARY_INDICES:-enabled}"
|
LH_BINARY_INDICES="${LH_BINARY_INDICES:-enabled}"
|
||||||
|
|
||||||
# Setting boot parameters
|
# Setting boot parameters
|
||||||
LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL:---}"
|
|
||||||
# LH_BOOTAPPEND_LIVE
|
# LH_BOOTAPPEND_LIVE
|
||||||
|
LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL:--- \${LH_BOOTAPPEND_LIVE}}"
|
||||||
|
|
||||||
# Setting bootloader
|
# Setting bootloader
|
||||||
if [ -z "${LH_BOOTLOADER}" ]
|
if [ -z "${LH_BOOTLOADER}" ]
|
||||||
|
|
|
@ -393,13 +393,13 @@ Local_arguments ()
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--bootappend-install)
|
--bootappend-live)
|
||||||
LH_BOOTAPPEND_INSTALL="${2}"
|
LH_BOOTAPPEND_LIVE="${2}"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--bootappend-live)
|
--bootappend-install)
|
||||||
LH_BOOTAPPEND_LIVE="${2}"
|
LH_BOOTAPPEND_INSTALL="${2}"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -842,14 +842,14 @@ LH_BINARY_IMAGES="${LH_BINARY_IMAGES}"
|
||||||
# (Default: ${LH_BINARY_INDICES})
|
# (Default: ${LH_BINARY_INDICES})
|
||||||
LH_BINARY_INDICES="${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
|
# \$LH_BOOTAPPEND_LIVE: set boot parameters
|
||||||
# (Default: empty)
|
# (Default: empty)
|
||||||
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE}"
|
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE}"
|
||||||
|
|
||||||
|
# \$LH_BOOTAPPEND_INSTALL: set boot parameters
|
||||||
|
# (Default: empty)
|
||||||
|
LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL}"
|
||||||
|
|
||||||
# \$LH_BOOTLOADER: set bootloader
|
# \$LH_BOOTLOADER: set bootloader
|
||||||
# (Default: ${LH_BOOTLOADER})
|
# (Default: ${LH_BOOTLOADER})
|
||||||
LH_BOOTLOADER="${LH_BOOTLOADER}"
|
LH_BOOTLOADER="${LH_BOOTLOADER}"
|
||||||
|
|
Loading…
Reference in New Issue