From 11c73ae2ee49047a878009e2ce51b90008a6d645 Mon Sep 17 00:00:00 2001
From: Evan Broder <broder@mit.edu>
Date: Sun, 30 May 2010 11:34:50 -0400
Subject: [PATCH] Pull in the invirt-system component in install-invirt.sh

We throw packages modified from upstream in there.

svn path=/trunk/scripts/install-invirt/; revision=3017
---
 install-invirt.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install-invirt.sh b/install-invirt.sh
index a304001..e70a0cb 100755
--- a/install-invirt.sh
+++ b/install-invirt.sh
@@ -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
-- 
1.7.9.5