Switch from aptitude to apt-get as package manager in package list
[grml-live.git] / README.md
1 grml-live
2 =========
3
4 grml-live is a build system for creating a
5 [Grml](http://grml.org/) and [Debian](http://www.debian.org/)
6 based Linux Live system. The build system is based on FAI ([Fully
7 Automatic Installation](http://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 http://grml.org/grml-live/
17
18 In case you want to run grml-live directly from the checkout (after
19 making sure all dependencies are installed), you should set
20 `GRML_FAI_CONFIG` so that it does not use the config files of an
21 installed `grml-live` package:
22
23     # export GRML_FAI_CONFIG=$(pwd)/etc/grml/fai
24     # export SCRIPTS_DIRECTORY=$(pwd)/scripts
25     # ./grml-live -s sid -a amd64 -c GRMLBASE,GRML_FULL,AMD64