Add silo to sparc source package selection.

This commit is contained in:
Chris Lamb 2008-09-09 20:13:28 +01:00 committed by Daniel Baumann
parent 17ce845d36
commit c0a28cb532
1 changed files with 4 additions and 0 deletions

View File

@ -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"