Add silo to sparc source package selection.
This commit is contained in:
parent
17ce845d36
commit
c0a28cb532
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue