Pull in the invirt-system component in install-invirt.sh master
authorEvan Broder <broder@mit.edu>
Sun, 30 May 2010 15:34:50 +0000 (11:34 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 30 May 2010 15:34:50 +0000 (11:34 -0400)
We throw packages modified from upstream in there.

svn path=/trunk/scripts/install-invirt/; revision=3017

install-invirt.sh

index a304001..e70a0cb 100755 (executable)
@@ -31,7 +31,7 @@ esac
 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