diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
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 |