diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-15 12:10:49 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 3e23aaacde8f72a2379fe16be5ea12cd8b8891b3 (patch) | |
tree | b114d85e19bb46aa3d2d93c08835bdbc1d08e1ab /scripts/build/source_debian | |
parent | 442dfb466911d0b604a418ff5610e8066b175415 (diff) | |
download | vyos-live-build-3e23aaacde8f72a2379fe16be5ea12cd8b8891b3.tar.gz vyos-live-build-3e23aaacde8f72a2379fe16be5ea12cd8b8891b3.zip |
Dropping sparc bootloader support (silo), there is nobody actively maintaining this in live-build.
Diffstat (limited to 'scripts/build/source_debian')
-rwxr-xr-x | scripts/build/source_debian | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 5d7a984d8..44c610f7e 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -89,15 +89,6 @@ EOF powerpc) echo "yaboot" >> source-selection.txt ;; - - sparc) - -cat >> source-selection.txt << EOF -silo -sparc-utils -EOF - - ;; esac if [ -n "${LB_TASKS}" ] |