diff options
| author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-28 02:14:09 +0000 |
|---|---|---|
| committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-04-23 11:46:36 +0100 |
| commit | 286caf03bed722e3438f37a54e7c2d9720fc6535 (patch) | |
| tree | 17bf91125abb1e952dce8813bef105235226a907 /functions | |
| parent | da57ad77b9f47be3d9c12c688e8d6f483588b52c (diff) | |
| download | vyos-live-build-286caf03bed722e3438f37a54e7c2d9720fc6535.tar.gz vyos-live-build-286caf03bed722e3438f37a54e7c2d9720fc6535.zip | |
fix outdated grub-legacy bootloader name references
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 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 ;; |
