Generate correct bootappend line for preseed/live-installer/usb-hdd combination.
This commit is contained in:
parent
9d546a57d8
commit
eaf31e811c
|
@ -767,7 +767,7 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
usb-hdd)
|
||||
if [ "${LH_MODE}" = "ubuntu" ]
|
||||
if [ "${LH_MODE}" = "ubuntu" ] || [ "${LH_DEBIAN_INSTALLER}" = "live" ]
|
||||
then
|
||||
_LH_BOOTAPPEND_PRESEED="file=/cdrom/install/${LH_DEBIAN_INSTALLER_PRESEEDFILE}"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue