Index: /branches/fc15-dev/server/doc/install-fedora
===================================================================
--- /branches/fc15-dev/server/doc/install-fedora	(revision 1979)
+++ /branches/fc15-dev/server/doc/install-fedora	(revision 1980)
@@ -6,4 +6,15 @@
     lvcreate -n $MACHINE-root --size 50.00G $HOST
     lvcreate -n $MACHINE-swap --size 10.00G $HOST
+
+Make sure that the console has an entry for this host:
+
+    vim /etc/conserver/conserver.cf
+
+If it doesn't, add:
+
+    console $MACHINE {
+        master $HOST;
+        include xen;
+    }
 
 We use Kickstart to to initial Fedora configuration.  Installing a new
