added docs/building-process
[grml-live.git] / config / grml-live.conf
index 9ad84cc..948e097 100644 (file)
@@ -10,7 +10,9 @@ DEBUG=1            # be more verbose on stdout?
 DEBUG_SYSLOG=1     # log actions to syslog?
 
 ARCH='i386'        # see 'dpkg-architecture' and 'dpkg-architecture -L'
-TARGET='/home/mika/chroot' # 
+TARGET='/home/mika/chroot/grml-etch' # 
+
+RELEASE='etch'
 
 DEBCONF_PRIORITY="critical"
 DEBCONF_FRONTEND="noninteractive"
@@ -19,9 +21,11 @@ RECOMMENDS="no"
 # PACKAGE_LIST=''
 
 SOURCES_LIST='
-  deb     http://deb.grml.org/                    grml-stable  main
-  deb     http://ftp.tu-graz.ac.at/mirror/debian  unstable     main contrib non-free
+  deb     http://deb.grml.org/                    grml-stable   main
+  deb     http://deb.grml.org/                    grml-testing  main
+  deb     http://ftp.tu-graz.ac.at/mirror/debian  etch     main contrib non-free
 
+#  deb     http://ftp.tu-graz.ac.at/mirror/debian  unstable     main contrib non-free
 #  deb-src http://deb.grml.org/              grml-stable  main
 #  deb-src http://ftp.de.debian.org/debian/  unstable     main contrib non-free
 '