grub-efi: fix incorrect error handling
This commit is contained in:
parent
d9f353c737
commit
a9d8aac959
|
@ -110,7 +110,7 @@ _LB_PACKAGES="${_PRE_SB_PACKAGES}"
|
|||
case "${LIVE_IMAGE_TYPE}" in
|
||||
hdd*|netboot)
|
||||
Echo_warning "Bootloader in this image type not yet supported by live-build."
|
||||
Echo_warning "This would produce a not bootable image, aborting (FIXME)."
|
||||
Echo_error "This would produce a not bootable image, aborting (FIXME)."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue