From: Michael Schierl Date: Wed, 26 Mar 2014 19:31:45 +0000 (+0100) Subject: Add warning for running grml-live from git X-Git-Tag: v0.23.2~4^2~1 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=fc89ac018248bbe4e6c24cd99f39c1cbe26f13f2;ds=sidebyside Add warning for running grml-live from git If you do without setting GRML_FAI_CONFIG, it will not use your edited FAI scripts, but the ones installed by default. --- diff --git a/README.md b/README.md index cb18433..8d86c00 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ additional software and your very own configuration files. Further information is available from http://grml.org/grml-live/ +In case you want to run grml-live directly from the checkout (after +making sure all dependencies are installed), you should set +`GRML_FAI_CONFIG` so that it does not use the config files of an +installed `grml-live` package: + + # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai + # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64