X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=0d7b4f95e66cb3bc7756233789b8c53e8951acec;hp=c7509af6bc2a98779a0d94212cadf2c1a51387d7;hb=6a3125c09c9882ba1016d8ec8bb6debb512deb14;hpb=f44a0326893ad30927009056ce7a706b11460327 diff --git a/docs/grml-live.txt b/docs/grml-live.txt index c7509af..0d7b4f9 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -15,9 +15,16 @@ grml-live [-a ] [-c ] [-g ] [-i ] ] [-v ] [-bFVhuz] ******************************************************************************* -Important! This document is growing as requested. If you have questions which +Important: squashfs-tools in Debian (version 1:3.3-6 for example) currently +don't work as expected for grml-live. Please install grml's version 1:3.2r2-9exp1 from +http://grml.org/squashfs/squashfs-tools_3.2r2-9exp1_i386.deb (for x86) or +http://grml.org/squashfs/squashfs-tools_3.2r2-9exp1_amd64.deb (for amd64) +on your build-system instead. +******************************************************************************* + +******************************************************************************* +Notice! This document is growing as requested. If you have questions which aren't answered by this document yet please let me know: ! -This document currently applies to grml-live version 0.1. ******************************************************************************* Description @@ -104,6 +111,8 @@ Force execution and do not prompt for acknowledgment of configuration. -g **GRML_NAME**:: Set the grml flavour name. Common usage examples: grml, grml-small, grml64. +Please do NOT use blanks and any special characters like '/', ';' inside +GRML_NAME, otherwise you might notice problems with booting. -h:: @@ -163,12 +172,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 +379,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.6_all.deb \ + http://www.informatik.uni-koeln.de/fai/download/etch/fai-server_3.2.6_all.deb \ + http://www.informatik.uni-koeln.de/fai/download/etch/fai-doc_3.2.6_all.deb + dpkg -i fai-client_3.2.6_all.deb fai-server_3.2.6_all.deb fai-doc_3.2.6_all.deb or check out the link:http://www.informatik.uni-koeln.de/fai/[FAI-homepage] for further details.