Added new grml-repository named grml-live
[grml-live.git] / etc / grml / grml-live.conf
index 7481914..920f9ad 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: Sat Sep 29 10:46:18 CEST 2007 [mika]
+# Latest change: Sat Oct 06 17:34:28 CEST 2007 [mika]
 ################################################################################
 
 # Main output directory
@@ -44,6 +44,7 @@ CLASSES="GRMLBASE,GRML_MEDIUM,I386"
 #deb http://192.168.1.112/debian     etch         main contrib non-free
 #deb http://deb.grml.org/            grml-stable  main
 #deb http://deb.grml.org/            grml-testing main
+#deb http://deb.grml.org/            grml-live    main
 #deb http://ftp.de.debian.org/debian etch         main contrib non-free
 #"
 
@@ -93,6 +94,11 @@ GRML_FAI_CONFIG=/etc/grml/fai
 # It defaults to output of 'dpkg --print-architecture'
 # ARCH="i386"
 
+# 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 download pageant, plink, pscp, psftp, putty and puttygen
 # using wget to store it inside $BUILD_OUTPUT/windows/?
 # Just unset it do skip download via wget or modify the download URL.