SW: replace fluxbox with openbox + obconf in GRML_FULL
[grml-live.git] / README.md
1 grml-live
2 =========
3
4 grml-live is a build system for creating a
5 [Grml](https://grml.org/) and [Debian](https://www.debian.org/)
6 based Linux Live system. The build system is based on FAI ([Fully
7 Automatic Installation](https://fai-project.org/)).
8
9 Building a Debian based 64bit live system is as simple as running:
10
11     # grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64
12
13 You can fully customize the build process, including adding
14 additional software and your very own configuration files.
15
16 Further information is available from https://grml.org/grml-live/
17
18 In case you want to run grml-live directly from the checkout
19 (after making sure all dependencies are installed), you should
20 set `GRML_FAI_CONFIG`, the `SCRIPTS_DIRECTORY`, the `LIVE_CONF`
21 and the templates option so that it does not use the config files
22 of an installed `grml-live` package:
23
24     # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai
25     # export SCRIPTS_DIRECTORY=$(pwd)/scripts
26     # export LIVE_CONF=$(pwd)/etc/grml/grml-live.conf
27     # export TEMPLATE_DIRECTORY=$(pwd)/templates
28     # ln -s ../../../grml-live-grml/templates/boot/addons templates/boot/  # optional
29     # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64