9ad84cc2046dee3aeba7cf37ffb68a1b658565ea
[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' # 
14
15 DEBCONF_PRIORITY="critical"
16 DEBCONF_FRONTEND="noninteractive"
17 RECOMMENDS="no"
18
19 # PACKAGE_LIST=''
20
21 SOURCES_LIST='
22   deb     http://deb.grml.org/                    grml-stable  main
23   deb     http://ftp.tu-graz.ac.at/mirror/debian  unstable     main contrib non-free
24
25 #  deb-src http://deb.grml.org/              grml-stable  main
26 #  deb-src http://ftp.de.debian.org/debian/  unstable     main contrib non-free
27 '
28
29 ## END OF FILE #################################################################
30 # vim: ai tw=80 ft=zsh expandtab