X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=config;h=68850cc3c842def74d0069beb61169eec645f288;hb=0d49f1b86d1431e34ec053483de1516bdabe1e3f;hp=ba5724746586b9f8818fa28f7df5256e68faf61a;hpb=2cba71c7ac06006c75c1f2157f529d2efd89ea42;p=grml-debootstrap.git diff --git a/config b/config index ba57247..68850cc 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' @@ -82,7 +82,7 @@ # Set target architecture. # Only useful when installing i386 while running an amd64 kernel. -# Default: current architecture. (From 'dpkg —print-architecture'.) +# Default: current architecture. (From 'dpkg --print-architecture'.) # ARCH='amd64' # Hostname of new system. @@ -99,7 +99,7 @@ # ROOTPASSWORD='' # Name of debootstrap executable. -# Supported values: 'debootstrap', 'cdebootstrap' +# Supported values: 'debootstrap', 'cdebootstrap', 'mmdebstrap' # Default: 'debootstrap' # DEBOOTSTRAP='debootstrap' @@ -203,10 +203,19 @@ # Default: 'yes' # UPGRADE_SYSTEM='no' -# Explicit generation of initrd via update-initramfs. +# Explicit generation of initrd via selected initrd generator. # Default: 'yes' # INITRD='no' +# Which generator to use for initrd creation. +# Supported values: 'dracut', 'initramfs-tools' +# Default: 'initramfs-tools' +# INITRD_GENERATOR='initramfs-tools' + +# Pass extra options to the selected initrd generator +# Default: no default +# INITRD_GENERATOR_OPTS='-v' + # If the specified file exists its content will be displayed at the end of the # installation process. # Useful for checking for errors and display warning message.