summaryrefslogtreecommitdiff
path: root/scripts/build/binary_grub
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 13:22:22 +0200
committerDaniel Baumann <daniel@debian.org>2010-09-02 13:22:22 +0200
commit0cc1bf5a6fca17cad2e4a7eaf32ef57e5b27c32d (patch)
tree0cf06d7c485dcdc41bec3d1e0a5775b876b538bd /scripts/build/binary_grub
parentdc2fb99a7c858bc552e68a45eda2d69bd96cd923 (diff)
downloadvyos-live-build-0cc1bf5a6fca17cad2e4a7eaf32ef57e5b27c32d.tar.gz
vyos-live-build-0cc1bf5a6fca17cad2e4a7eaf32ef57e5b27c32d.zip
Replacing some references to live-helper with live-build.
Diffstat (limited to 'scripts/build/binary_grub')
-rwxr-xr-xscripts/build/binary_grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_grub b/scripts/build/binary_grub
index f9505d597..b58b189c9 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
;;