Index: /trunk/server/doc/install-fedora
===================================================================
--- /trunk/server/doc/install-fedora	(revision 1697)
+++ /trunk/server/doc/install-fedora	(revision 1698)
@@ -1,4 +1,9 @@
 Installing a Scripts guest on a Xen host
 ----------------------------------------
+
+You need to create the volumes to use:
+
+    lvcreate -n $MACHINE-root --size 50.00G $HOST
+    lvcreate -n $MACHINE-swap --size 10.00G $HOST
 
 We use Kickstart to to initial Fedora configuration.  Installing a new
Index: /trunk/server/doc/install-howto.sh
===================================================================
--- /trunk/server/doc/install-howto.sh	(revision 1697)
+++ /trunk/server/doc/install-howto.sh	(revision 1698)
@@ -34,12 +34,8 @@
 
 # Take updates, reboot if there's a kernel update.
-
-    yum update
+    yum update -y
 
 # Get rid of network manager
     yum remove NetworkManager
-
-# Check out the scripts.mit.edu svn repository. Configure svn not to cache
-# credentials.
 
 # Copy over root's dotfiles from one of the other machines.
@@ -163,4 +159,7 @@
     yum install -y --skip-broken $(cat packages.txt)
 
+# Make sure sendmail isn't installed
+    yum remove sendmail
+
 # Check which packages are installed on your new server that are not
 # in the snapshot, and remove ones that aren't needed for some reason
@@ -214,5 +213,6 @@
 #   want to be able to write to ~/.python-eggs.  (Also makes sourcediving
 #   easier.)
-    cat /usr/lib/python2.6/site-packages/easy-install.pth
+cat /usr/lib/python2.6/site-packages/easy-install.pth | grep "^./" | cut -c3- | cut -f1 -d- . egg.txt
+    cat egg.txt | xargs easy_install -Z
 # - Look at `gem list` for Ruby gems.
 #   Again, use 'yum search' and prefer RPMs, but failing that, 'gem install'.
Index: /trunk/server/doc/install-ldap
===================================================================
--- /trunk/server/doc/install-ldap	(revision 1697)
+++ /trunk/server/doc/install-ldap	(revision 1698)
@@ -30,4 +30,5 @@
 nsslapd-ldapifilepath: /var/run/dirsrv/slapd-scripts.socket
 nsslapd-ldapilisten: on
+nsslapd-syntaxcheck: off
 
 # Add these blocks
@@ -49,4 +50,5 @@
 - Uncomment and modify in /etc/sysconfig/dirsrv: KRB5_KTNAME=/etc/dirsrv/keytab ; export KRB5_KTNAME
 - chown fedora-ds:fedora-ds /var/run/dirsrv
+- chown fedora-ds /etc/dirsrv/keytab
 - chmod 755 /var/run/dirsrv
 - /sbin/service dirsrv start
@@ -193,5 +195,5 @@
 nsDS5ReplicaBindDN: uid=ldap/better-mousetrap.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
 nsDS5ReplicaBindDN: uid=ldap/old-faithful.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
-# ADD SERVERS HERE AS YOU ADD NEW SERVERS
+nsDS5ReplicaBindDN: uid=ldap/shining-armor.mit.edu,ou=People,dc=scripts,dc=mit,dc=edu
 nsds5ReplicaPurgeDelay: 604800
 nsds5ReplicaLegacyConsumer: off
