From c970c21d41fb49d545f9078ffaf8632bfba4b857 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 21 Oct 2016 14:33:01 +0200 Subject: [PATCH 1/1] README: explicitly mention the templates option as well Otherwise the templates from /usr/share/grml-live/templates are used (and might not be present). --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e9e8d5..b0dde31 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ 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: +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: # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai # export SCRIPTS_DIRECTORY=$(pwd)/scripts - # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 + # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64 -t $(pwd)/templates/ -- 2.1.4