summaryrefslogtreecommitdiff
path: root/scripts/build/binary_iso
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 13:22:22 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:18 +0100
commitce4581282e003891dfc852de5dadb733e5ca614c (patch)
tree0cf06d7c485dcdc41bec3d1e0a5775b876b538bd /scripts/build/binary_iso
parent4d22ca948ad3def3f98fd89d32bf2ba8209460fd (diff)
downloadlive-build-ce4581282e003891dfc852de5dadb733e5ca614c.zip
live-build-ce4581282e003891dfc852de5dadb733e5ca614c.tar.gz
Replacing some references to live-helper with live-build.
Diffstat (limited to 'scripts/build/binary_iso')
-rwxr-xr-xscripts/build/binary_iso4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso
index 6e05428..3ed330e 100755
--- a/scripts/build/binary_iso
+++ b/scripts/build/binary_iso
@@ -75,7 +75,7 @@ fi
# Handle genisoimage generic options
GENISOIMAGE_OPTIONS="-J -l -cache-inodes -allow-multidot"
-# Handle genisoimage live-helper specific options
+# Handle genisoimage live-build specific options
if [ "${_QUIET}" = "true" ]
then
GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -quiet"
@@ -139,7 +139,7 @@ case "${LH_BOOTLOADER}" in
;;
*)
- Echo_warning "Bootloader on your architecture not yet supported by live-helper."
+ Echo_warning "Bootloader on your architecture not yet supported by live-build."
Echo_warning "This will produce a most likely not bootable image (Continuing in 5 seconds)."
sleep 5
;;