Removing cdrom-detect/try-usb workaround, not needed anymore.

This commit is contained in:
Daniel Baumann 2010-11-22 19:51:23 +01:00
parent fccf740915
commit bde76a795e
1 changed files with 0 additions and 10 deletions

View File

@ -927,16 +927,6 @@ Set_defaults ()
esac
fi
case "${LB_BINARY_IMAGES}" in
iso-hybrid|usb*)
# Try USB block devices for install media
if ! echo "${LB_BOOTAPPEND_INSTALL}" | grep -q try-usb
then
LB_BOOTAPPEND_INSTALL="cdrom-detect/try-usb=true ${LB_BOOTAPPEND_INSTALL}"
fi
;;
esac
if [ -n ${_LB_BOOTAPPEND_PRESEED} ]
then
LB_BOOTAPPEND_INSTALL="${LB_BOOTAPPEND_INSTALL} ${_LB_BOOTAPPEND_PRESEED}"