X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=config;h=b5104f0d9542fb8d7a3721e37a684c52b1e26652;hb=9506ba5c75a7baaefed8611bae9412734bf73e99;hp=ba5724746586b9f8818fa28f7df5256e68faf61a;hpb=2cba71c7ac06006c75c1f2157f529d2efd89ea42;p=grml-debootstrap.git diff --git a/config b/config index ba57247..b5104f0 100644 --- a/config +++ b/config @@ -1,7 +1,7 @@ # Filename: /etc/debootstrap/config # Purpose: configuration file for grml-debootstrap # Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ +# Bug-Reports: see https://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. ################################################################################ @@ -72,9 +72,9 @@ # BACKPORTREPOS='yes' # Debian release that should be installed. -# Supported values: lenny, squeeze, wheezy, jessie, stretch, sid -# Default: 'stretch' -# RELEASE='stretch' +# Supported values: lenny, squeeze, wheezy, jessie, stretch, buster, bullseye, sid +# Default: 'bullseye' +# RELEASE='bullseye' # Define components that should be used within sources.list. # Default: 'main' @@ -99,7 +99,7 @@ # ROOTPASSWORD='' # Name of debootstrap executable. -# Supported values: 'debootstrap', 'cdebootstrap' +# Supported values: 'debootstrap', 'cdebootstrap', 'mmdebstrap' # Default: 'debootstrap' # DEBOOTSTRAP='debootstrap'