diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 17ddc164d..eb8b977d8 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -849,10 +849,6 @@ Set_defaults () amd64|i386) LB_BOOTLOADER="syslinux" ;; - - powerpc) - LB_BOOTLOADER="yaboot" - ;; esac fi @@ -1220,9 +1216,8 @@ Check_defaults () case "${LIVE_IMAGE_TYPE}" in hdd*) - # grub or yaboot + hdd case "${LB_BOOTLOADER}" in - grub|yaboot) + grub) 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 ;; |