[Fai-commit] r3422 - in trunk/doc: . entities

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Apr 18 14:24:48 UTC 2006


Author: lange
Date: 2006-04-18 14:24:47 +0000 (Tue, 18 Apr 2006)
New Revision: 3422

Removed:
   trunk/doc/entities/packageinstall.sgml
Modified:
   trunk/doc/fai-guide.sgml
Log:
include package splitting into fai guide


Deleted: trunk/doc/entities/packageinstall.sgml
===================================================================
--- trunk/doc/entities/packageinstall.sgml	2006-04-18 14:02:42 UTC (rev 3421)
+++ trunk/doc/entities/packageinstall.sgml	2006-04-18 14:24:47 UTC (rev 3422)
@@ -1,21 +0,0 @@
-<example>
-kueppers[~]# apt-get install fai fai-kernels
-Reading Package Lists... Done
-Building Dependency Tree... Done
-Recommended packages:
-  dhcp3 bootp
-The following NEW packages will be installed:
-  fai fai-kernels
-0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
-Need to get 0B/12.1MB of archives.
-After unpacking 13.5MB of additional disk space will be used.
-Selecting previously deselected package fai.
-(Reading database ... 93589 files and directories currently installed.)
-Unpacking fai (from .../f/fai/fai_2.8_all.deb) ...
-Selecting previously deselected package fai-kernels.
-Unpacking fai-kernels (from .../fai-kernels_1.9_i386.deb) ...
-Setting up fai (2.8) ...
-Now edit fai.conf, make-fai-nfsroot.conf and sources.list in /etc/fai and call fai-setup.
-
-Setting up fai-kernels (1.9) ...
-</example>

Modified: trunk/doc/fai-guide.sgml
===================================================================
--- trunk/doc/fai-guide.sgml	2006-04-18 14:02:42 UTC (rev 3421)
+++ trunk/doc/fai-guide.sgml	2006-04-18 14:24:47 UTC (rev 3422)
@@ -6,14 +6,12 @@
   <!-- SVN revision of this document -->
   <!entity svn-rev "$Id$">
 
-<!entity faikernelver "1.10">
-<!entity faiver "2.9">
-<!entity faiverdate "12 dec 2005">
+<!entity faiver "2.10.1">
+<!entity faiverdate "12 april 2006">
 
-<!entity version "2.5.3">
-<!entity date    "5 dec 2005">
+<!entity version "2.5.4">
+<!entity date    "12 april 2006">
 
-<!entity packageinstall     system "entities/packageinstall.sgml">
 <!entity faisetup           system "entities/faisetup.sgml">
 <!entity bootexample        system "entities/bootexample.sgml">
 <!entity bootlog            system "entities/bootlog.sgml">
@@ -35,7 +33,7 @@
  
 <copyright>
 <copyrightsummary>
-Copyright &copy; 2000-2005 Thomas Lange
+Copyright &copy; 2000-2006 Thomas Lange
 </copyrightsummary>
 	<p>
 This manual is free software; you may redistribute it and/or modify it
@@ -64,7 +62,7 @@
 all Debian mirrors. To access the newest versions of the FAI packages,
 you can add the following line to your <file>/etc/apt/sources.list</file> file.
 
-<example>deb http://www.informatik.uni-koeln.de/fai/ download/</example>
+<example>deb http://www.informatik.uni-koeln.de/fai/download sarge koeln</example>
 
 <p> Send any bug or comment to
 <email>fai at informatik.uni-koeln.de</email>. You can also use the
@@ -349,34 +347,37 @@
 
 <sect id=faisetup> Setting up FAI<p>
 
-Before installing FAI, you have to install the package <package>fai-kernels</package>,
-which contains the install kernels for FAI. You can install both
-packages using
+To setup a FAI install server you need at least the packages
+<tt>fai-server, fai-doc, fai-kernels</tt>. The package
+<tt>fai-quickstart</tt> contains dependencies on all required packages
+for an install server. Do not install the package <tt>fai-nfsroot</tt>
+on a normals system. This package can only be installed inside the nfsroot.
 
-&packageinstall;
+If you would like to install all packages that are useful
+for a fai install server, use the following command
 
-If you would like to install all recommended packages that are useful for
-fai, use the following command
-
 <p><example>
-# aptitude -r install fai fai-kernels
+# aptitude install fai-quickstart
 Reading Package Lists... Done
 Building Dependency Tree       
 Reading extended state information      
 Initializing package states... Done
 Reading task descriptions... Done  
 The following NEW packages will be automatically installed:
-  binutils debootstrap dhcp3-server mtools nfs-kernel-server rsh-server 
-  syslinux tftpd-hpa 
+  dhcp3-common dhcp3-server fai-client fai-doc fai-kernels fai-server 
+  tftp-hpa tftpd-hpa 
+The following packages have been kept back:
+  kernel-headers-2.6-686 
+The following NEW packages will be installed:
+  dhcp3-common dhcp3-server fai-client fai-doc fai-kernels fai-quickstart 
+  fai-server tftp-hpa tftpd-hpa 
+0 packages upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
+Need to get 13.0MB of archives. After unpacking 17.9MB will be used.
 Do you want to continue? [Y/n/?] 
 </example><p>
 
 The suggested packages for FAI are: <tt>ssh, debmirror, mknbi, apt-move, mkinitrd-cd, grub</tt>.<p>
 
-You can also get the newest version of <package>fai</package> and
-<package>fai-kernels</package> from the download page of fai and
-install the packages using the
-<prgn>dpkg</prgn> command.
 <p>The configuration for the FAI package (not the configuration data
 for the install clients) is defined in &fc;. Definitions that are only
 used for creating the nfsroot are located in &mfnc;. Edit these files before calling
@@ -402,7 +403,7 @@
 	    </item>
 
 	    <tag><var>FAI_SOURCES_LIST</var></tag> <item> <p>Now
-	    deprecated. Use the file
+	    OPSOLETE and unsupported. Use the file
 	    <file>/etc/fai/sources.list</file> instead.<p>
 	    </p> </item>
 




More information about the Fai-commit mailing list