grub: fix incorrect error handling

This commit is contained in:
Lyndon Brown 2020-03-11 20:38:34 +00:00
parent 2d9ab1f7f8
commit c2e73627db
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ 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

View File

@ -54,7 +54,7 @@ Install_package
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