Use output of 'dpkg --print-architecture' instead of default $ARCH.
[grml-live.git] / etc / grml / grml-live.conf
index decafa1..89cae4d 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 15 21:56:52 CEST 2007 [mika]
+# Latest change: Sun Sep 16 23:54:07 CEST 2007 [mika]
 ################################################################################
 
 # main output directory
@@ -19,7 +19,13 @@ BUILD_TARGET="$TARGET/grml_cd"
 ISO_TARGET="$TARGET/grml_isos"
 
 # which architecture want to build for now?
-ARCH="x86"
+# defaults to output of 'dpkg --print-architecture'
+# ARCH="i386"
+
+# which Debian suite to you want to use?
+# unless set it defaults to "etch"
+# support values: stable, testing, unstable, etch, lenny, sid
+# SUITE="sid"
 
 # which FAI classes do you want to use by default?
 CLASSES="GRML,I386"