Index: branches/fc15-dev/host/debian/scripts-vm-host/debian/changelog
===================================================================
--- branches/fc15-dev/host/debian/scripts-vm-host/debian/changelog	(revision 1973)
+++ branches/fc15-dev/host/debian/scripts-vm-host/debian/changelog	(revision 1989)
@@ -1,2 +1,8 @@
+scripts-vm-host (0.5) stable; urgency=low
+
+  * Add useful dependencies
+
+ -- Quentin Smith <quentin@mit.edu>  Sun, 11 Sep 2011 23:44:32 -0400
+
 scripts-vm-host (0.4) stable; urgency=low
 
Index: branches/fc15-dev/host/debian/scripts-vm-host/debian/control
===================================================================
--- branches/fc15-dev/host/debian/scripts-vm-host/debian/control	(revision 1973)
+++ branches/fc15-dev/host/debian/scripts-vm-host/debian/control	(revision 1989)
@@ -11,4 +11,5 @@
 Depends: ${misc:Depends},
  apticron,
+ build-essential,
  bwm-ng,
  bzip2,
@@ -44,5 +45,7 @@
  munin-node,
  subversion,
+ screen,
  scripts-syslog-ng-config,
+ sysstat,
 Description: Configures a machine to be a scripts VM host
  Configures a machine to be a scripts VM host, installing all
Index: branches/fc15-dev/host/doc/install-xen
===================================================================
--- branches/fc15-dev/host/doc/install-xen	(revision 1973)
+++ branches/fc15-dev/host/doc/install-xen	(revision 1989)
@@ -29,4 +29,9 @@
 EOF
 
+# (on HPs) add HP repos to etc/apt/sources.list.d
+  cat <<EOF > /etc/apt/sources.list.d/hp.list
+deb http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ maverick/current non-free
+EOF
+
 # install host keytab
   cp $keytab /etc/krb5.keytab
@@ -38,3 +43,7 @@
 
 # Install scripts-vm-host
+  aptitude update
   aptitude install scripts-vm-host
+
+# (on HPs) install HP software
+  aptitude install hpacucli hp-health
