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

This commit is contained in:
Daniel Baumann 2009-01-15 14:49:20 +01:00
parent 473f5623b6
commit 03cfa3a064
1 changed files with 1 additions and 1 deletions

View File

@ -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