Index: /trunk/packages/invirt-host-master/debian/changelog
===================================================================
--- /trunk/packages/invirt-host-master/debian/changelog	(revision 1305)
+++ /trunk/packages/invirt-host-master/debian/changelog	(revision 1305)
@@ -0,0 +1,6 @@
+invirt-host-master (0.0.1) unstable; urgency=low
+
+  * First version as a real package rather than equivs.
+  * Rename from sipb-xen-host-master.
+
+ -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 21:05:16 -0400
Index: /trunk/packages/invirt-host-master/debian/compat
===================================================================
--- /trunk/packages/invirt-host-master/debian/compat	(revision 1305)
+++ /trunk/packages/invirt-host-master/debian/compat	(revision 1305)
@@ -0,0 +1,1 @@
+4
Index: /trunk/packages/invirt-host-master/debian/control
===================================================================
--- /trunk/packages/invirt-host-master/debian/control	(revision 1305)
+++ /trunk/packages/invirt-host-master/debian/control	(revision 1305)
@@ -0,0 +1,21 @@
+Source: invirt-host-master
+Section: base
+Priority: extra
+Maintainer: Invirt project <invirt@mit.edu>
+Standards-Version: 3.8.0
+
+Package: invirt-host-master
+Architecture: all
+Description: Master metapackage for Invirt hosts
+ This package depends on everything an Invirt host needs.
+Depends: invirt-xen-config,
+ invirt-console-host,
+ invirt-remote-host,
+ sipb-xen-base,
+ sipb-xen-autoinstaller,
+ sipb-xen-clvm-config,
+ sipb-xen-dhcp,
+ sipb-xen-vnc-server,
+ debathena-kerberos-config,
+ debathena-ssh-server-config,
+ screen,
Index: /trunk/packages/invirt-host-master/debian/copyright
===================================================================
--- /trunk/packages/invirt-host-master/debian/copyright	(revision 1305)
+++ /trunk/packages/invirt-host-master/debian/copyright	(revision 1305)
@@ -0,0 +1,16 @@
+This software was written as part of the Invirt project <invirt@mit.edu>.
+
+Copyright :
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the file /usr/share/common-licenses/GPL.
Index: /trunk/packages/invirt-host-master/debian/rules
===================================================================
--- /trunk/packages/invirt-host-master/debian/rules	(revision 1305)
+++ /trunk/packages/invirt-host-master/debian/rules	(revision 1305)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
Index: /trunk/packages/invirt-host-master/notes
===================================================================
--- /trunk/packages/invirt-host-master/notes	(revision 1305)
+++ /trunk/packages/invirt-host-master/notes	(revision 1305)
@@ -0,0 +1,9 @@
+
+# install sipb-xen-base:/etc/apt/sources.list.d/*
+apt-get update
+aptitude install sipb-xen-host-master
+
+# install keytab
+
+## to take up the new Xen-hypervisor kernel
+# shutdown -r now
Index: unk/packages/sipb-xen-host-master/notes
===================================================================
--- /trunk/packages/sipb-xen-host-master/notes	(revision 1304)
+++ 	(revision )
@@ -1,59 +1,0 @@
-
-# install sipb-xen-base:/etc/apt/sources.list.d/*
-apt-get update
-aptitude install sipb-xen-host-master
-
-# install keytab
-
-## clustering should be handled by sipb-xen-clvm-config,
-## but if not then see below
-
-## to take up the new Xen-hypervisor kernel
-# shutdown -r now
-
-
-
-########### old, more complicated version
-
-### for kerberos access; need keytab ###
-aptitude install krb5-user ntpdate
-cat >>/etc/ssh/sshd_config <<EOF
-# accept Kerberos
-GSSAPIAuthentication yes
-GSSAPICleanupCredentials yes
-GSSAPIKeyExchange yes
-EOF
-/etc/init.d/ssh reload
-# Set default realm to ATHENA.MIT.EDU
-printf "krb5-config\tkrb5-config/default_realm\tstring\tATHENA.MIT.EDU" | debconf-set-selections
-dpkg-reconfigure -fnoninteractive krb5-config
-# in an ideal world, all of the above is just
-#   aptitude install debathena-{ssh-server,kerberos}-config
-
-# install keytab
-# install /root/.k5login
-ntpdate
-
-### for collaboration ###
-aptitude install screen
-
-### the main event ###
-scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list.d
-apt-get update
-aptitude install sipb-xen-host-master
-# or scp sx-blade-1:*.deb . && dpkg -i *.deb && apt-get -f install
-
-### clustering... ###
-## should become own package once we figure it out.
-scp OLD-HOST:/etc/cluster/cluster.conf /etc/cluster/cluster.conf
-
-aptitude install clvm cman redhat-cluster-modules-2.6-xen-amd64
-cat >>/etc/modules <<EOF
-cman
-dlm
-EOF
-
-
-# to take up the new Xen-hypervisor kernel
-# shutdown -r now
-
Index: unk/packages/sipb-xen-host-master/sipb-xen-host-master.equivs
===================================================================
--- /trunk/packages/sipb-xen-host-master/sipb-xen-host-master.equivs	(revision 1304)
+++ 	(revision )
@@ -1,23 +1,0 @@
-Section: base
-Priority: extra
-Standards-Version: 3.6.2
-
-Package: sipb-xen-host-master
-Version: 0.3
-Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
-Architecture: all
-Description: Master package for sipb-xen hosts
- This package depends on everything a sipb-xen host machine needs.
-Depends: sipb-xen-base,
- sipb-xen-clvm-config,
- sipb-xen-console-server,
- sipb-xen-database-client,
- sipb-xen-database-common,
- sipb-xen-dhcp,
- sipb-xen-dom0,
- sipb-xen-guest-installer,
- sipb-xen-remctl-auto,
- sipb-xen-vnc-server,
- debathena-kerberos-config,
- debathena-ssh-server-config,
- screen,
