We throw packages modified from upstream in there.
svn path=/trunk/scripts/install-invirt/; revision=3017
output "Adding repositories to the apt sources..."
(
echo debathena http://debathena.mit.edu/apt $DISTRO debathena debathena-config openafs
- echo invirt http://xvm.mit.edu/invirt stable main
+ echo invirt http://xvm.mit.edu/invirt stable main invirt-system
) | while read name line; do
sourceslist="/etc/apt/sources.list.d/$name.list"
if [ -e $sourceslist ]; then