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