[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-60-g9bdb8ba

Daniel Baumann daniel at debian.org
Thu Oct 30 14:24:41 UTC 2008


The following commit has been merged in the master branch:
commit 9bdb8baa8f4f9c65f48a32601670e96e8de05354
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Oct 30 09:30:47 2008 +0100

    Slightely improving wording of the 'bootloader not yet supported' when creating images.

diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index ca01201..ccc47ae 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
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

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list