Generate correct bootappend line for preseed/live-installer/usb-hdd combination.

This commit is contained in:
Chris Lamb 2009-08-09 14:05:24 +01:00 committed by Daniel Baumann
parent 9d546a57d8
commit eaf31e811c
1 changed files with 1 additions and 1 deletions

View File

@ -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