Skip to content

Commit

Permalink
README: explicitely mention the templates option as well
Browse files Browse the repository at this point in the history
Otherwise the templates from /usr/share/grml-live/templates
are used (and might not be present).
  • Loading branch information
mika committed Nov 18, 2016
1 parent fb64dab commit 16822db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -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/

0 comments on commit 16822db

Please sign in to comment.