added docs/building-process
[grml-live.git] / config / grml-live.conf
1 # Filename:      /etc/grml-live/grml-live.conf
2 # Purpose:       configuration file for creating grml live-cd
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Mon Feb 12 22:56:59 CET 2007
7 ################################################################################
8
9 DEBUG=1            # be more verbose on stdout?
10 DEBUG_SYSLOG=1     # log actions to syslog?
11
12 ARCH='i386'        # see 'dpkg-architecture' and 'dpkg-architecture -L'
13 TARGET='/home/mika/chroot/grml-etch' # 
14
15 RELEASE='etch'
16
17 DEBCONF_PRIORITY="critical"
18 DEBCONF_FRONTEND="noninteractive"
19 RECOMMENDS="no"
20
21 # PACKAGE_LIST=''
22
23 SOURCES_LIST='
24   deb     http://deb.grml.org/                    grml-stable   main
25   deb     http://deb.grml.org/                    grml-testing  main
26   deb     http://ftp.tu-graz.ac.at/mirror/debian  etch     main contrib non-free
27
28 #  deb     http://ftp.tu-graz.ac.at/mirror/debian  unstable     main contrib non-free
29 #  deb-src http://deb.grml.org/              grml-stable  main
30 #  deb-src http://ftp.de.debian.org/debian/  unstable     main contrib non-free
31 '
32
33 ## END OF FILE #################################################################
34 # vim: ai tw=80 ft=zsh expandtab