summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fd2178d)
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
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
) | while read name line; do
sourceslist="/etc/apt/sources.list.d/$name.list"
if [ -e $sourceslist ]; then