X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=config%2Fgrml-live.conf;fp=config%2Fgrml-live.conf;h=9ad84cc2046dee3aeba7cf37ffb68a1b658565ea;hb=46e3a2d278bc75b91f6a5eae3fbdedae02441d64;hp=0000000000000000000000000000000000000000;hpb=9dc51d74f26d10d61130c86a0f3369c3f65970b7;p=grml-live.git diff --git a/config/grml-live.conf b/config/grml-live.conf new file mode 100644 index 0000000..9ad84cc --- /dev/null +++ b/config/grml-live.conf @@ -0,0 +1,30 @@ +# 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' # + +DEBCONF_PRIORITY="critical" +DEBCONF_FRONTEND="noninteractive" +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-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