diff options
Diffstat (limited to 'scripts/build/binary_grub-legacy')
-rwxr-xr-x | scripts/build/binary_grub-legacy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_grub-legacy b/scripts/build/binary_grub-legacy index bfcddb650..bcd78b0e9 100755 --- a/scripts/build/binary_grub-legacy +++ b/scripts/build/binary_grub-legacy @@ -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 |