summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-10-30 09:30:47 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commit141b4f7e0fee8e848147dfe8def664cb46f1d00a (patch)
tree38afcd53543f5ef68ccd4cd9b210c47710b5a3b3 /helpers/lh_binary_grub
parent3a2d87b74bebc2ceef133c2608f39bdcc1646056 (diff)
downloadvyos-live-build-141b4f7e0fee8e848147dfe8def664cb46f1d00a.tar.gz
vyos-live-build-141b4f7e0fee8e848147dfe8def664cb46f1d00a.zip
Slightely improving wording of the 'bootloader not yet supported' when creating images.
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-xhelpers/lh_binary_grub3
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