Support setting releasename, version number; renamed verbose option from -v to -V
[grml-live.git] / etc / grml / grml-live.conf
index 6d31354..372c56f 100644 (file)
@@ -57,8 +57,11 @@ CLASSES="GRMLBASE,I386"
 # ... and the sources.list entry for the directory:
 # MIRROR_SOURCES="deb file:///mnt/mirror/debian sid main contrib non-free"
 
-# Directory of configuration files for grml-live's FAI:
-GRML_FAI_CONFIG=/etc/grml/fai
+# Version number of ISO (limited to 5 chars!):
+VERSION="0.0-1"
+
+# Name of the release (limited to 30 chars!):
+RELEASENAME="grml-live just rocks!"
 
 # Specify hostname of the live-system:
 HOSTNAME=grml
@@ -66,9 +69,15 @@ HOSTNAME=grml
 # Specify user with UID 1000 on live-system:
 USERNAME=grml
 
+# Directory of configuration files for grml-live's FAI:
+GRML_FAI_CONFIG=/etc/grml/fai
+
 # Do you want to pass any additional arguments to FAI?
 # FAI_ARGS=""
 
+# Where do you want to store grml-live.log?
+# LOGDIR="/var/log/fai/dirinstall/$HOSTNAME"
+
 # Which architecture do you want to build?
 # It defaults to output of 'dpkg --print-architecture'
 # ARCH="i386"