From 03cfa3a0642426ad8044cc77768ab1b1190ededc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 15 Jan 2009 14:49:20 +0100 Subject: Unsupported bootloader/image type combinations are errors, not warning. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.0