X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=old%2Fconfig%2Fgrml-live.conf;fp=old%2Fconfig%2Fgrml-live.conf;h=948e0974bc0412422065d53d7b60875a15f370bc;hp=0000000000000000000000000000000000000000;hb=1a06f3f65adef0fdd432aad11f479020630778a5;hpb=3ce5c1d60539aa8d2a01a810aa92325f8c513696 diff --git a/old/config/grml-live.conf b/old/config/grml-live.conf new file mode 100644 index 0000000..948e097 --- /dev/null +++ b/old/config/grml-live.conf @@ -0,0 +1,34 @@ +# Filename: /etc/grml-live/grml-live.conf +# Purpose: configuration file for creating grml live-cd +# Authors: grml-team (grml.org), (c) Michael Prokop +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2. +# Latest change: Mon Feb 12 22:56:59 CET 2007 +################################################################################ + +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/grml-etch' # + +RELEASE='etch' + +DEBCONF_PRIORITY="critical" +DEBCONF_FRONTEND="noninteractive" +RECOMMENDS="no" + +# PACKAGE_LIST='' + +SOURCES_LIST=' + 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 +' + +## END OF FILE ################################################################# +# vim: ai tw=80 ft=zsh expandtab