Support GRML_NAME, drop character limits, unify files in directory templates
[grml-live.git] / etc / grml / grml-live.conf
index 6d31354..523dce4 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Tue Sep 18 22:27:31 CEST 2007 [mika]
+# Latest change: Sat Sep 29 10:46:18 CEST 2007 [mika]
 ################################################################################
 
 # Main output directory
@@ -28,6 +28,11 @@ ISO_TARGET="$TARGET/grml_isos"
 # know what you are doing; class I386 provides the kernel for x86
 CLASSES="GRMLBASE,I386"
 
+# Which grml name do you want to use?
+# Common usage examples: grml, grml-small, grml64,...
+# Default: 'grml'
+# GRML_NAME="grml"
+
 ## Which mirrors do you want to use? Please set GRML_LIVE_SOURCES *and*
 ## *FAI_DEBOOTSTRAP* accordingly. To use a local directory (like an NFS mount)
 ## check out MIRROR_DIRECTORY and MIRROR_SOURCES as well.
@@ -57,8 +62,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:
+VERSION="0.0-1"
+
+# Name of the release:
+RELEASENAME="grml-live just rocks!"
 
 # Specify hostname of the live-system:
 HOSTNAME=grml
@@ -66,9 +74,19 @@ HOSTNAME=grml
 # Specify user with UID 1000 on live-system:
 USERNAME=grml
 
+# Which bootloader do you want to use? Default: isolinux
+# Supported values: isolinux, grub
+# BOOT_METHOD='isolinux'
+
+# 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"