X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=config;h=956faae703f1063d9f78436435eefc28c6e4ddfb;hb=ac7c30ae8c832f783d4e2dc577da235ebbb54616;hp=31d77891fb6b030e272a92b58ef76215b07a4571;hpb=f57ddab767aa174cdee6003ed6d13a5100044d41;p=grml-debootstrap.git diff --git a/config b/config index 31d7789..956faae 100644 --- a/config +++ b/config @@ -3,7 +3,7 @@ # 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: Fre Nov 03 00:23:46 CET 2006 [mika] +# Latest change: Fre Nov 03 11:38:42 CET 2006 [mika] ################################################################################ ################################################################################ @@ -35,6 +35,12 @@ MNTPOINT='/mnt/test' # mirror (download packages from) MIRROR='ftp://ftp.tugraz.at/mirror/debian' +# entries for /etc/apt/sources.list (if empty the default is taken) +MIRROR_LIST=" +deb http://ftp.tu-graz.ac.at/mirror/debian unstable main contrib non-free +deb http://ftp.de.debian.org/debian unstable main contrib non-free +" + # release (which Debian version should be installed) RELEASE='etch'