Fix usb-hdd d-i installation.

The real fix was done in d-i; this patch change simply turns on
the right switches. In other words, you will need to use a very
new d-i for this to work, possibly with components from SVN.

Let's hold off on actually closing #510280 though, as it gives
the wrong impression.
This commit is contained in:
Chris Lamb 2009-08-04 23:49:12 +01:00 committed by Daniel Baumann
parent 29c423b89a
commit f57203d247
1 changed files with 2 additions and 3 deletions

View File

@ -791,9 +791,8 @@ Set_defaults ()
if [ -z "${LH_BOOTAPPEND_INSTALL}" ]
then
# Ubuntu's d-i is patched to be able to use usb-hdd block devices for
# install media if enabled by preseeding cdrom-detect/try-usb to true.
if [ "${LH_MODE}" = "ubuntu" ] && [ "${LH_BINARY_IMAGES}" = "usb-hdd" ]
# Try USB block devices for install media
if [ "${LH_BINARY_IMAGES}" = "usb-hdd" ]
then
LH_BOOTAPPEND_INSTALL="cdrom-detect/try-usb=true"
fi