[SCM] Debian Live build scripts branch, master, updated. 1.0.2-4-11-geba051f

Daniel Baumann daniel at debian.org
Thu Jan 15 13:57:09 UTC 2009


The following commit has been merged in the master branch:
commit eba051f37b82affa3c23af473375ff7ef74738a5
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jan 15 14:49:20 2009 +0100

    Unsupported bootloader/image type combinations are errors, not warning.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 390d9e5..e7eb2f5 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -806,7 +806,7 @@ Check_defaults ()
 		# grub or yaboot + usb-hdd
 		case "${LH_BOOTLOADER}" in
 			grub|yaboot)
-				Echo_warning "You have selected a combination of bootloader and image type that is currently not supported by live-helper. Please use either another bootloader or a different image type."
+				Echo_error "You have selected a combination of bootloader and image type that is currently not supported by live-helper. Please use either another bootloader or a different image type."
 				exit 1
 				;;
 		esac

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list