Removing cdrom-detect/try-usb workaround, not needed anymore.
This commit is contained in:
parent
fccf740915
commit
bde76a795e
|
@ -927,16 +927,6 @@ Set_defaults ()
|
||||||
esac
|
esac
|
||||||
fi
|
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} ]
|
if [ -n ${_LB_BOOTAPPEND_PRESEED} ]
|
||||||
then
|
then
|
||||||
LB_BOOTAPPEND_INSTALL="${LB_BOOTAPPEND_INSTALL} ${_LB_BOOTAPPEND_PRESEED}"
|
LB_BOOTAPPEND_INSTALL="${LB_BOOTAPPEND_INSTALL} ${_LB_BOOTAPPEND_PRESEED}"
|
||||||
|
|
Loading…
Reference in New Issue