remove zev's code for lack of a license
[invirt/packages/invirt-host-master.git] / notes
diff --git a/notes b/notes
index 2139b4c..cf57fa1 100644 (file)
--- a/notes
+++ b/notes
@@ -11,6 +11,9 @@ EOF
 # 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
 # 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
 # install keytab
 # install /root/.k5login
 ntpdate
@@ -19,10 +22,10 @@ ntpdate
 aptitude install screen
 
 ### the main event ###
 aptitude install screen
 
 ### the main event ###
-scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
+scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list.d
 apt-get update
 aptitude install sipb-xen-host-master
 apt-get update
 aptitude install sipb-xen-host-master
-# or scp sx-blade-1:*.deb . && dpkg -i *.deb
+# or scp sx-blade-1:*.deb . && dpkg -i *.deb && apt-get -f install
 
 ### clustering... ###
 ## should become own package once we figure it out.
 
 ### clustering... ###
 ## should become own package once we figure it out.