[Fai-commit] r4600 - trunk/doc

lange at alioth.debian.org lange at alioth.debian.org
Mon Oct 1 16:48:31 UTC 2007


Author: lange
Date: 2007-10-01 16:48:31 +0000 (Mon, 01 Oct 2007)
New Revision: 4600

Modified:
   trunk/doc/fai-guide.sgml
Log:
minor typos


Modified: trunk/doc/fai-guide.sgml
===================================================================
--- trunk/doc/fai-guide.sgml	2007-09-17 13:28:01 UTC (rev 4599)
+++ trunk/doc/fai-guide.sgml	2007-10-01 16:48:31 UTC (rev 4600)
@@ -9,8 +9,8 @@
 <!entity faiver "3.2.1">
 <!entity faiverdate "17 Sep 2007">
 
-<!entity version "2.6.4">
-<!entity date    "17 September 2007">
+<!entity version "2.6.5">
+<!entity date    "1 October 2007">
 
 <!entity faisetup           system "entities/faisetup.sgml">
 <!entity bootexample        system "entities/bootexample.sgml">
@@ -763,7 +763,7 @@
 
 Using the command <manref name="fai-cd" section="8"> you can also
 create a bootable USB stick. First format your stick with an ext2 file
-system (ext3 makes no sense on flash memory devies). Then mount it.
+system (ext3 makes no sense on flash memory devices). Then mount it.
 After that call:
 <tt>fai-cd -m /path/to/mirror -u /path/to/mounted/stick</tt>
 Then unmount the USB stick.
@@ -1169,11 +1169,11 @@
 where the root file system is located. This may also be a compressed
 file system (using squashfs).
 
-After the root file system is mounted read only, it is made writeable
+After the root file system is mounted read only, it is made writable
 by mounting a RAM disk via unionfs on top of it. So it's possible for
-programms or daemons to write to files inside a read-only mounted file system.
+programms or daemons to write to files inside a read only mounted file system.
 We are using the package <tt>live-initramfs</tt> to mount the nfsroot and
-to make this file system writeable using unionfs.
+to make this file system writable using unionfs.
 
 <sect id=isetup>Set up FAI<p>
 <!--MT: CVS, SVN missing-->
@@ -1181,7 +1181,7 @@
 After the install client has booted, only the script
 <file>/usr/sbin/fai</file><footnote><p>Since the root file system on
 the clients is mounted via NFS, <prgn>fai</prgn> is located in
-<file>/srv/fai/nfsroot/usr/sbin</file> on the install server.</p>
+<file>/srv/fai/nfsroot/live/filesystem.dir/usr/sbin</file> on the install server.</p>
 </footnote> is executed. This is the main script which controls the
 sequence of tasks for FAI. No other scripts in
 <file>/etc/init.d/</file> are executed.




More information about the Fai-commit mailing list