From 07dd8b1675cc690c4296f39be6cd8897571fb075 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 27 Jan 2017 12:41:14 +0100 Subject: [PATCH] README: document LIVE_CONF usage Closes #26 @ GH Thanks: Eric Keller for the bug report --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0dde31..e1ce963 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ 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`, the `SCRIPTS_DIRECTORY` and the templates -option so that it does not use the config files of an installed -`grml-live` package: +set `GRML_FAI_CONFIG`, the `SCRIPTS_DIRECTORY`, the `LIVE_CONF` +and the templates option so that it does not use the config files +of an installed `grml-live` package: # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai # export SCRIPTS_DIRECTORY=$(pwd)/scripts + # export LIVE_CONF=$(pwd)/etc/grml/grml-live.conf # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 -t $(pwd)/templates/ -- 2.1.4