Update docs - thanks to Ralf Moll
authorMichael Prokop <devnull@localhost>
Sat, 9 Feb 2008 16:04:18 +0000 (17:04 +0100)
committerMichael Prokop <devnull@localhost>
Sat, 9 Feb 2008 16:04:18 +0000 (17:04 +0100)
docs/grml-live.txt

index c7509af..caa1da5 100644 (file)
@@ -17,7 +17,7 @@ grml-live [-a <architecture>] [-c <classe[s]>] [-g <grml_name>] [-i <iso_name> ]
 *******************************************************************************
 Important! This document is growing as requested. If you have questions which
 aren't answered by this document yet please let me know: <mika@grml.org>!
-This document currently applies to grml-live version 0.1.
+This document currently applies to grml-live version 0.2.
 *******************************************************************************
 
 Description
@@ -163,12 +163,12 @@ as build and output directory just run:
 To get a small Debian-unstable and grml-small based Live-CD using
 /home/mika/grml-live as build and output directory just use:
 
-  # grml-live -c GRMLBASE,GRML_SMALL,I386 -o /home/mika/grml-live
+  # grml-live -s sid -c GRMLBASE,GRML_SMALL,I386 -o /home/mika/grml-live
 
 To get a medium sized, Debian-unstable and grml-based Live-CD for i386
 architecture using /grml/grml-live as build and output directory just run:
 
-  # grml-live -a i386 -c GRMLBASE,GRML_MEDIUM,I386
+  # grml-live -s sid -a i386 -c GRMLBASE,GRML_MEDIUM,I386
 
 To get a small, Debian-unstable and grml-based Live-CD using /tmp as build and
 output directory and use grml_0.0-3.iso as ISO name (placed inside
@@ -370,10 +370,10 @@ FAQ
 Help, I'm using Debian etch and I don't have FAI version >3.2
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-  wget http://www.informatik.uni-koeln.de/fai/download/etch/fai-client_3.2.3_all.deb \
-       http://www.informatik.uni-koeln.de/fai/download/etch/fai-server_3.2.3_all.deb \
-       http://www.informatik.uni-koeln.de/fai/download/etch/fai-doc_3.2.3_all.deb
-  dpkg -i fai-client_3.2.3_all.deb fai-server_3.2.3_all.deb fai-doc_3.2.3_all.deb
+  wget http://www.informatik.uni-koeln.de/fai/download/etch/fai-client_3.2.4_all.deb \
+       http://www.informatik.uni-koeln.de/fai/download/etch/fai-server_3.2.4_all.deb \
+       http://www.informatik.uni-koeln.de/fai/download/etch/fai-doc_3.2.4_all.deb
+  dpkg -i fai-client_3.2.3_all.deb fai-server_3.2.3_all.deb fai-doc_3.2.4_all.deb
 
 or check out the link:http://www.informatik.uni-koeln.de/fai/[FAI-homepage] for
 further details.