New graphical boot menu; New configuration variable DISTRI_NAME; rework check for...
[grml-live.git] / etc / grml / grml-live.conf
index 20ccfee..c9ff7ad 100644 (file)
@@ -110,11 +110,28 @@ GRML_FAI_CONFIG=/etc/grml/fai
 # It defaults to output of 'dpkg --print-architecture'
 # ARCH="i386"
 
+# Name of distribution that should be build. By default
+# it's "grml", if you want to adjust please make sure
+# your distri name is just one single word so it
+# works on the boot prompt.
+# DISTRI_NAME="grml"
+
+# Short information about the distribution. Default:
+# DISTRI_INFO="Grml - Live Linux for system administrators   "
+
+# Bootsplash background image use in isolinux configuration
+# Note: not relevant if using non-default ISOLINUX_METHOD="console".
+# DISTRI_SPLASH='grml.png'
+
 # Do you want to use your own templates? If so set the
 # template directory but please make sure it looks
 # likes the default directory [/usr/share/grml-live/templates]
 # TEMPLATE_DIRECTORY='/usr/share/grml-live/templates'
 
+# Do you want to use console based isolinux boot splash
+# instead of the default graphical menu?
+# ISOLINUX_METHOD="console"
+
 # Do you want to skip adding /boot/addons/ (from the template directory)?
 # NO_ADDONS='1'