02feb1d1ce0e655a4a9203e2913749bdb701810c
[grml-live.git] / etc / grml / grml-live.conf
1 # Filename:      /etc/grml/grml-live.conf
2 # Purpose:       main configuration file for grml-live
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2 or any later version.
6 # Latest change: Sat Sep 15 17:02:32 CEST 2007 [mika]
7 ################################################################################
8
9 # unless this variable is set, grml-live won't execute anything!
10 # so set it to '1' if you want to use grml-live
11 EXECUTE=1
12
13 # output directory of the buildprocess files (the chroot),
14 # notice that you need suid,dev,rw permissions there:
15 TARGET="/dev/shm/fai" # FIXME / TODO
16 # mount -o remount,suid,dev,rw /dev/shm
17
18 # which FAI classes do you want to use by default?
19 CLASSES="GRML"
20
21 # directory of configuration files for FAI:
22 FAI_CONFIG=/etc/grml/fai
23
24 # specify hostname of the live-system:
25 HOSTNAME=grml
26
27 # specify user with UID 1000 on live-system:
28 USERNAME=grml
29
30 # do you want to pass any additional arguments to FAI?
31 FAI_ARGS=""
32
33 ## END OF FILE #################################################################