diff options
Diffstat (limited to 'scripts/build/binary_grub2')
-rwxr-xr-x | scripts/build/binary_grub2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_grub2 b/scripts/build/binary_grub2 index 34853bf25..33f7ebb6e 100755 --- a/scripts/build/binary_grub2 +++ b/scripts/build/binary_grub2 @@ -118,7 +118,7 @@ case "${LH_BINARY_IMAGES}" in ;; usb*|net) - Echo_warning "Bootloader in this image type not yet supported by live-helper." + Echo_warning "Bootloader in this image type not yet supported by live-build." Echo_warning "This would produce a not bootable image, aborting (FIXME)." exit 1 ;; |