[Fai-commit] r3551 - trunk/doc

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Jul 11 15:25:13 UTC 2006


Author: lange
Date: 2006-07-11 15:25:13 +0000 (Tue, 11 Jul 2006)
New Revision: 3551

Modified:
   trunk/doc/fai-guide.sgml
Log:
newpathes


Modified: trunk/doc/fai-guide.sgml
===================================================================
--- trunk/doc/fai-guide.sgml	2006-07-11 15:25:03 UTC (rev 3550)
+++ trunk/doc/fai-guide.sgml	2006-07-11 15:25:13 UTC (rev 3551)
@@ -248,7 +248,7 @@
    
 <item><p>
 Install the simple examples into the configuration space:
-<p><tt>cp -a /usr/share/doc/fai-doc/examples/simple/* /usr/local/share/fai/</tt>
+<p><tt>cp -a /usr/share/doc/fai-doc/examples/simple/* /srv/fai/config/</tt>
 </p></item>
 
 <item><p>Get the MAC address of your demo host.</p></item>
@@ -434,7 +434,7 @@
 	    <tag><var>FAI_LOCATION</var></tag>
 	    <item><p>This is the host name and the remote directory of
 	  the configuration space, which will be mounted via NFS. Its
-	  default value is <file>/usr/local/share/fai</file> but some
+	  default value is <file>/srv/fai/config</file> but some
 	  like to use <file>/home/fai/config</file> or
 	  <file>/var/fai/config</file>. Remember that this directory
 	  must be exported to all install clients, so that all files
@@ -988,7 +988,7 @@
 rootfs       2064192  1071184    888152  55% /
 /dev/root    2064192  1071184    888152  55% /
 shm            63548       76     63472   1% /tmp
-kueppers:/usr/local/share/fai
+kueppers:/srv/fai/config
              2064192   994480   964856   51% /fai
 /dev/hda1      54447     9859    41777   19% /tmp/target
 /dev/hda10   1153576       20  1141992    0% /tmp/target/files/install
@@ -1279,7 +1279,7 @@
 
 The configuration is the collection of information about how exactly to
 install a computer. The central configuration space for all install
-clients is located on the install server in <file>/usr/local/share/fai</file>
+clients is located on the install server in <file>/srv/fai/config</file>
 and its subdirectories. This will be mounted by the install clients to
 <file>/fai</file>. It's also possible to receive all the
 configuration data from a <manref name="cvs" section="1"> repository.
@@ -1339,8 +1339,8 @@
 then edit the configuration with a normal user account.
 
 <example>
-# cp -a /usr/share/doc/fai-doc/examples/simple/* /usr/local/share/fai
-# chown -R fai /usr/local/share/fai
+# cp -a /usr/share/doc/fai-doc/examples/simple/* /srv/fai/config
+# chown -R fai /srv/fai/config
 </example>
 
 These files contain simple configuration for some example
@@ -2011,7 +2011,7 @@
 configuration files with the utility <prgn>chkdebnames</prgn>, which
 is available in <file>/usr/share/doc/fai/examples/utils/</file>.
 <example>
-> chkdebnames stable /usr/local/share/fai/package_config/*
+> chkdebnames stable /srv/fai/config/package_config/*
 </example>
 
 <sect id=cscripts>Scripts in <tt>/fai/scripts</tt><p>
@@ -2145,7 +2145,7 @@
 default task <tt>confdir</tt>, the hooks for this task are the only
 hooks located in <var>$nfsroot</var><file>/fai/hooks</file> on the
 install server. All other hooks are found in
-<file>/usr/local/share/fai/hooks</file> on the install server.
+<file>/srv/fai/config/hooks</file> on the install server.
 
 All hooks that are called before classes are defined can only use the
 following classes: <tt>DEFAULT $HOSTNAME LAST</tt>. If a hook for
@@ -2406,7 +2406,7 @@
 Now boot the first client node for the first
 time. Then start to adjust the configuration for your client
 nodes. Don't forget to build the kernel for the cluster nodes using
-<manref name="make-kpkg" section="8"> and store it in <file>/usr/local/share/fai/files/packages</file>.
+<manref name="make-kpkg" section="8"> and store it in <file>/srv/fai/config/files/packages</file>.
 
 <sect id=beotools> Tools for Beowulf clusters<p>
 




More information about the Fai-commit mailing list