From 137c224579d6f8ecc9332475422acde53c4cd3bd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 15 Feb 2013 12:13:17 +0100 Subject: Dropping powerpc bootloader support (yaboot), there is nobody actively maintaining this in live-build. --- functions/defaults.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'functions') 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 ;; -- cgit v1.2.3