summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/binary_grub-efi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_grub-efi b/scripts/build/binary_grub-efi
index 7ee834299..e819c9d65 100755
--- a/scripts/build/binary_grub-efi
+++ b/scripts/build/binary_grub-efi
@@ -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