diff options
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-x | helpers/lh_binary_grub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub index ca012019d..ccc47ae21 100755 --- a/helpers/lh_binary_grub +++ b/helpers/lh_binary_grub @@ -120,7 +120,8 @@ case "${LH_BINARY_IMAGES}" in ;; usb-hdd|net) - Echo_error "not yet supported, aborting (FIXME)." + Echo_warning "Bootloader in this image type not yet supported by live-helper." + Echo_warning "This would produce a not bootable image, aborting (FIXME)." exit 1 ;; esac |