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 /scripts/build/source_debian | |
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 'scripts/build/source_debian')
-rwxr-xr-x | scripts/build/source_debian | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 44c610f7e..ad733c6d0 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -85,10 +85,6 @@ EOF echo "${LB_MEMTEST}" >> source-selection.txt fi ;; - - powerpc) - echo "yaboot" >> source-selection.txt - ;; esac if [ -n "${LB_TASKS}" ] |