diff options
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 4467180..68a6590 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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 |