summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-09-09 20:13:28 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:41 +0100
commitc0a28cb532df266690b7f49872b2b7f85d61509d (patch)
treea195229dbf2d021649078f66502baf56faa0eac9
parent17ce845d3649a284c5e64af7242c7705f3ef6b87 (diff)
downloadvyos-live-build-c0a28cb532df266690b7f49872b2b7f85d61509d.tar.gz
vyos-live-build-c0a28cb532df266690b7f49872b2b7f85d61509d.zip
Add silo to sparc source package selection.
-rwxr-xr-xhelpers/lh_source_debian4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index 13d60be87..a121cd2c9 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -86,6 +86,10 @@ EOF
powerpc)
echo "yaboot" >> chroot/root/dpkg-selection.txt
;;
+
+ silo)
+ echo "silo" >> chroot/root/dpkg-selection.txt
+ ;;
esac
Chroot "xargs --arg-file=/root/dpkg-selection.txt apt-get ${APT_OPTIONS} --download-only source"