X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=8cec882658bda9f23c2a966635696ddfa625a26e;hp=f1798fee7a9381d730c6c93344b0b3daf383c0ea;hb=af829102cc6c691bed053ef804c9d08495e65905;hpb=488643ab1a3e97a77bdb01f1070c8e83c6b346f9 diff --git a/config b/config index f1798fe..8cec882 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' @@ -170,6 +175,10 @@ # Default: 'yes' # LOCALES='no' +# locales that should be used as default. +# Default: 'en_US.UTF-8' +# DEFAULT_LOCALES='en_US.UTF-8' + # Use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime. # Default: 'Europe/Vienna' # TIMEZONE='Europe/Vienna'