diff options
author | Daniel Baumann <daniel@debian.org> | 2008-10-30 09:30:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:43 +0100 |
commit | 141b4f7e0fee8e848147dfe8def664cb46f1d00a (patch) | |
tree | 38afcd53543f5ef68ccd4cd9b210c47710b5a3b3 /helpers/lh_binary_iso | |
parent | 3a2d87b74bebc2ceef133c2608f39bdcc1646056 (diff) | |
download | live-build-141b4f7e0fee8e848147dfe8def664cb46f1d00a.zip live-build-141b4f7e0fee8e848147dfe8def664cb46f1d00a.tar.gz |
Slightely improving wording of the 'bootloader not yet supported' when creating images.
Diffstat (limited to 'helpers/lh_binary_iso')
-rwxr-xr-x | helpers/lh_binary_iso | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 42d497a..7842d30 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -131,7 +131,8 @@ case "${LH_BOOTLOADER}" in ;; *) - Echo_warning "Bootloader on your architecture not yet supported (Continuing in 5 seconds)." + Echo_warning "Bootloader on your architecture not yet supported by live-helper." + Echo_warning "This will produce a most likely not bootable image (Continuing in 5 seconds)." sleep 5 ;; esac |