X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=3ae4cf63c919648745f7e930d99672d516657b1d;hp=f1798fee7a9381d730c6c93344b0b3daf383c0ea;hb=4f9ea9128412213f405416da7f15c3f329857f12;hpb=488643ab1a3e97a77bdb01f1070c8e83c6b346f9 diff --git a/config b/config index f1798fe..3ae4cf6 100644 --- a/config +++ b/config @@ -37,7 +37,7 @@ # Set mirror where packages will be downloaded from. # Default: use /etc/debootstrap/etc/apt/sources.list if it exists, else -# 'http://cdn.debian.net/debian' +# 'http://http.debian.net/debian' # Usage example: # MIRROR='ftp://ftp.de.debian.org/debian' @@ -62,6 +62,11 @@ # Default: no default. # GRMLPACKAGES='grml-etc-core' +# To enable Debian's backports repository via +# /etc/apt/sources.list.d/backports.list set this variable to 'yes'. +# Default: 'no' +# BACKPORTREPOS='yes' + # Debian release that should be installed. # Supported values: lenny, squeeze, wheezy, sid # Default: 'wheezy'