Index: /branches/fc15-dev/server/doc/install-howto.sh
===================================================================
--- /branches/fc15-dev/server/doc/install-howto.sh	(revision 2046)
+++ /branches/fc15-dev/server/doc/install-howto.sh	(revision 2047)
@@ -66,5 +66,7 @@
 # The LDAP keytab should be by itself, so be sure to delete it and
 # put it in its own file.
+
 # ----------------------------->8--------------------------------------
+#                      INFINITE INSTALLATION
 
 # Start with a Scripts kickstarted install of Fedora (install-fedora)
@@ -73,16 +75,7 @@
     yum update -y
 
-# Get rid of network manager
+# Get rid of network manager (XXX figure out to make kickstarter do
+# this for us)
     yum remove NetworkManager
-
-# This is superseded by credit-card, but only for [PRODUCTION]
-# Don't use credit-card on [WIZARD]: it will put in the wrong creds!
-#
-#   # All types of servers will have an /etc/daemon.keytab file, however,
-#   # different types of server will have different credentials in this
-#   # keytab.
-#   #   [PRODUCTION] daemon.scripts
-#   #   [WIZARD]     daemon.scripts-security-upd
-#   #   [TESTSERVER] daemon.scripts-test
 
 # Check out the scripts /etc configuration
@@ -149,4 +142,7 @@
     yumdownloader ghc-cgi-devel
     rpm -i ghc-cgi*1.8.1*.rpm
+
+# ----------------------------->8--------------------------------------
+#                      SPHEROID SHENANIGANS
 
 # Note: Since ultimately we'd like to move away from using per-language
@@ -218,4 +214,14 @@
 python host.py push $server
 
+# This is superseded by credit-card, but only for [PRODUCTION]
+# Don't use credit-card on [WIZARD]: it will put in the wrong creds!
+#
+#   # All types of servers will have an /etc/daemon.keytab file, however,
+#   # different types of server will have different credentials in this
+#   # keytab.
+#   #   [PRODUCTION] daemon.scripts
+#   #   [WIZARD]     daemon.scripts-security-upd
+#   #   [TESTSERVER] daemon.scripts-test
+
 # [PRODUCTION/WIZARD] Fix the openafs /usr/vice/etc <-> /etc/openafs
 # mapping.
@@ -226,7 +232,8 @@
 # 500000. Also, some of the AFS parameters are kind of retarded (and if
 # you're low on disk space, will actually exhaust our inodes).  Edit
-# these parameters in /etc/sysconfig/openafs
+# these parameters in /etc/sysconfig/openafs (but wait, that won't
+# work, will it...)
     echo "/afs:/usr/vice/cache:500000" > /usr/vice/etc/cacheinfo
-    XXX TODO COMMANDS
+    vim /etc/sysconfig/openafs
 
 # Test that zephyr is working
@@ -245,4 +252,5 @@
     cat install-ldap
 
+# Enable lots of services
     systemctl enable openafs-client.service
     systemctl enable dirsrv.service
