X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=config;h=719265cf5985bc3b826a5ddea210936866df8230;hb=ec05bcfe556b932ea9036b8d044bb05d91a6f510;hp=6638a4438a5f3e2167fed774197c6415c48e604e;hpb=be5760d9fb97ac3663c1e6e3bd1787e9e8584676;p=grml-debootstrap.git diff --git a/config b/config index 6638a44..719265c 100644 --- a/config +++ b/config @@ -24,6 +24,10 @@ # TARGET='/mnt/grml' # install into directory /mnt/grml # Install the grub bootloader? +# Default: 'yes' +# Usage example: +# GRUB_INSTALL='no' # Do not install the grub bootloader. + # Specify the device where grub will be installed. # Note: grub can not be installed into a partition. # Default: no default. (Grub will not be installed.) @@ -68,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: 'buster' +# RELEASE='buster' # Define components that should be used within sources.list. # Default: 'main' @@ -95,7 +99,7 @@ # ROOTPASSWORD='' # Name of debootstrap executable. -# Supported values: 'debootstrap', 'cdebootstrap' +# Supported values: 'debootstrap', 'cdebootstrap', 'mmdebstrap' # Default: 'debootstrap' # DEBOOTSTRAP='debootstrap'