grub-efi: fix incorrect error handling

This commit is contained in:
Lyndon Brown 2020-03-11 20:38:34 +00:00 committed by Luca Boccassi
parent d9f353c737
commit a9d8aac959
1 changed files with 1 additions and 1 deletions

View File

@ -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