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