diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-15 12:13:17 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 137c224579d6f8ecc9332475422acde53c4cd3bd (patch) | |
tree | 41c67d917ac96d277227299df023e97a60c85a36 /functions | |
parent | 3e23aaacde8f72a2379fe16be5ea12cd8b8891b3 (diff) | |
download | vyos-live-build-137c224579d6f8ecc9332475422acde53c4cd3bd.tar.gz vyos-live-build-137c224579d6f8ecc9332475422acde53c4cd3bd.zip |
Dropping powerpc bootloader support (yaboot), there is nobody actively maintaining this in live-build.
Diffstat (limited to 'functions')
-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 ;; |