diff options
Diffstat (limited to 'functions/defaults.sh')
-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 72e5e94cd..f1bb85dce 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -616,7 +616,7 @@ Check_config_defaults () case "${LIVE_IMAGE_TYPE}" in hdd*) case "${LB_FIRST_BOOTLOADER}" in - grub) + grub-legacy) Echo_error "You have selected a combination of bootloader and image type that is currently not supported by live-build. Please use either another bootloader or a different image type." exit 1 ;; |