X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=b36947dc738df44f1b4ea7aa74c0274e2c5bea3d;hp=a20c34b835f0acda2448a54bfd7357a22da96b4f;hb=68b9fb146e8702b2f6a790e3d9486ca36f0d9f76;hpb=1be31a7dd61ad5d081540a4b1c489ae2586ef69c diff --git a/docs/grml-live.txt b/docs/grml-live.txt index a20c34b..b36947d 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -304,14 +304,14 @@ Available log files grml-live itself logs to /var/log/grml-live.log. Unless you set ZERO_LOGFILE in /etc/grml/grml-live.conf the output is appended to the file. If you set the -ZERO_LOGFILE configuration option the logfile will be truncated on a new +ZERO_LOGFILE configuration option the logfile will be truncated on each new invocation of grml-live. -The FAI part of grml-live logs to /var/log/fai/dirinstall/$HOSTNAME - so the -default being /var/log/fai/dirinstall/grml. +The FAI part of grml-live logs to /var/log/fai/$HOSTNAME/ - so the +default being /var/log/fai/grml/. -If you are using the update option of grml-live (option -u) the logs are -available at /var/log/fai/current. +If you are using the grml-live buildd you will find the logs of the grml-live +run at /var/log/grml-buildd.stdout and /var/log/grml-buildd.stderr. Requirements for the build system --------------------------------- @@ -336,9 +336,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.1_all.deb \ - http://www.informatik.uni-koeln.de/fai/download/etch/fai-server_3.2.1_all.deb - dpkg -i fai-client_3.2.1_all.deb fai-server_3.2.1_all.deb + 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 or check out the link:http://www.informatik.uni-koeln.de/fai/[FAI-homepage] for further details. @@ -346,14 +347,14 @@ further details. I've problems with the build process. How to start debugging? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Check out the logs inside /var/log/fai/dirinstall/... If you don't have the time -to debug the problem in further detail or don't know how to proceed just send a -copy of your config, logs and the commandline with a short problem description -to : +Check out the logs inside /var/log/fai/... If you don't have the time to debug +the problem in further detail or don't know how to proceed just send a copy of +your config, logs and the commandline with a short problem description to +: # history | grep grml-live > /etc/grml/grml_live.cmdline # tar zcf grml_live_problem.tar.gz /etc/grml/grml-live.conf \ - /var/log/fai/dirinstall /etc/grml/fai + /etc/grml/grml-buildd.conf /var/log/fai /etc/grml/fai Can I use my own (local) Debian mirror? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -364,7 +365,7 @@ your needs. Please don't forget that you should use the grml servers as well (see default configuration) so all the grml packages can be downloaded as well. If you want to use a local (for example NFS mount) mirror additionally, just -adjust MIRROR_DIRECTORY and MIRROR_SOURCES insede /etc/grml/grml-live.conf as +adjust MIRROR_DIRECTORY and MIRROR_SOURCES inside /etc/grml/grml-live.conf as well. Unless you specify GRML_LIVE_SOURCES and/or FAI_DEBOOTSTRAP the default from