summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-15 14:49:20 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:40 +0100
commit03cfa3a0642426ad8044cc77768ab1b1190ededc (patch)
treedb63edd64ede8b64df7b29a8fece61c8bcd82beb /functions/defaults.sh
parent473f5623b6fe4379aa2d845ee121dec06b9290be (diff)
downloadlive-build-03cfa3a0642426ad8044cc77768ab1b1190ededc.zip
live-build-03cfa3a0642426ad8044cc77768ab1b1190ededc.tar.gz
Unsupported bootloader/image type combinations are errors, not warning.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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