[Fai-commit] r6132 - branches/stable/3.4/doc

Michael Prokop mika at alioth.debian.org
Thu Oct 14 15:54:38 UTC 2010


Author: mika
Date: 2010-10-14 15:54:38 +0000 (Thu, 14 Oct 2010)
New Revision: 6132

Added:
   branches/stable/3.4/doc/lenny-instructions.txt
Modified:
   branches/stable/3.4/doc/Makefile
Log:
doc/lenny-instructions.txt: provide instructions how to install Debian/lenny with 3.4.x releases

Thanks: Thomas Lange <lange at informatik.uni-koeln.de>
Signed-off-by: Michael Prokop <mika at debian.org>



Modified: branches/stable/3.4/doc/Makefile
===================================================================
--- branches/stable/3.4/doc/Makefile	2010-10-14 15:19:47 UTC (rev 6131)
+++ branches/stable/3.4/doc/Makefile	2010-10-14 15:54:38 UTC (rev 6132)
@@ -1,7 +1,7 @@
 #!/bin/make -s
 
 DOC = fai-guide
-MISC_DOC = classes_description.txt links.html changelog.old
+MISC_DOC = classes_description.txt links.html changelog.old lenny-instructions.txt
 
 free:	text html ps pdf
 #	echo "`grep -c FIXME $(DOC).txt` FIXMEs left to fix:"

Added: branches/stable/3.4/doc/lenny-instructions.txt
===================================================================
--- branches/stable/3.4/doc/lenny-instructions.txt	                        (rev 0)
+++ branches/stable/3.4/doc/lenny-instructions.txt	2010-10-14 15:54:38 UTC (rev 6132)
@@ -0,0 +1,38 @@
+How to set up a FAI install server on Debian lenny using FAI 3.4.x
+==================================================================
+
+FAI 3.4.x is ready-to-go for Debian Squeeze, but can also be used
+on a server running lenny.
+
+- Add this line to /etc/apt/sources.list:
+
+    deb http://fai-project.org/download squeeze koeln
+
+- Install new FAI 3.4.x packages on your system
+
+- Replace any occurrences of 'squeeze' with 'lenny' in the
+  following files:
+
+  /etc/fai/make-fai-nfsroot
+  /etc/fai/apt/sources.list
+
+- Add the aufs-modules package to /etc/fai/NFSROOT:
+
+  < linux-image-486
+  > linux-image-486 aufs-modules-2.6-486
+
+- Since fai 3.4.x is only available in the squeeze repository of
+  fai-project.org (and depending on the date possibly also from
+  Debian squeeze and unstable/sid) add this line to
+  /etc/fai/apt/sources.list
+
+     deb http://fai-project.org/download squeeze koeln
+
+- Call fai-setup -v or make-fai-nfsroot -v
+
+- In the config space you have to add the class GRUB (providing
+  grub1) to your install clients instead of the class GRUB_PC
+  (providing grub2). Have a look at class/50-host-classes.
+
+- When building a fai-cd, use option -G1.
+




More information about the Fai-commit mailing list