From bde76a795edd53037f64fa5746473fb2f4811b79 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 22 Nov 2010 19:51:23 +0100 Subject: [PATCH] Removing cdrom-detect/try-usb workaround, not needed anymore. --- functions/defaults.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index af027c550..c801656e7 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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}"