X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=6477acfe36ec4e7dfd98f7f527781ff76e9b7ca3;hp=a7504bb37dfd251debff7d44b5fe22fea6b06eda;hb=6359370c21819973a396b6277bcf3f04b25aa565;hpb=a459d66c019ce8d1df4acaf0c0fe14e73f87343d diff --git a/config b/config index a7504bb..6477acf 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ # 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/ -# License: This file is licensed under the GPL v2. +# Bug-Reports: see https://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. ################################################################################ ################################################################################ @@ -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.) @@ -37,7 +41,7 @@ # Set mirror where packages will be downloaded from. # Default: use /etc/debootstrap/etc/apt/sources.list if it exists, else -# 'http://http.debian.net/debian' +# 'http://deb.debian.org/debian' # Usage example: # MIRROR='ftp://ftp.de.debian.org/debian' @@ -68,12 +72,12 @@ # BACKPORTREPOS='yes' # Debian release that should be installed. -# Supported values: lenny, squeeze, wheezy, jessie, sid -# Default: 'jessie' -# RELEASE='jessie' +# 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 contrib non-free' +# Default: 'main' # COMPONENTS='main contrib non-free' # Set target architecture. @@ -95,7 +99,7 @@ # ROOTPASSWORD='' # Name of debootstrap executable. -# Supported values: 'debootstrap', 'cdebootstrap' +# Supported values: 'debootstrap', 'cdebootstrap', 'mmdebstrap' # Default: 'debootstrap' # DEBOOTSTRAP='debootstrap' @@ -133,9 +137,9 @@ # Default: 'yes' # CHROOT_SCRIPTS='no' -# Run scripts from /etc/debootstrap/scripts/ after setting up chroot. +# Run scripts from /etc/debootstrap/post-scripts/ after setting up chroot. # Default: 'yes' -# SCRIPTS='no' +# POST_SCRIPTS='no' # Install *.deb packages from /etc/debootstrap/extrapackages/ # Default: 'yes' @@ -187,7 +191,7 @@ # Default: 'en_US:en' # DEFAULT_LANGUAGE='en_US:en' -# Use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime. +# Use /usr/share/zoneinfo/$TIMEZONE for /etc/localtime + set /etc/timezone. # Default: 'Europe/Vienna' # TIMEZONE='Europe/Vienna' @@ -219,4 +223,9 @@ # Default: '26ada0c0-1165-4098-884d-aafd2220c2c6' # DISK_IDENTIFIER="$(uuidgen)" +# Delete grml-debootstrap configuration files from installed system. +# Useful for reproducible builds or if you don't want to leak information. +# Default: 'no' +# REMOVE_CONFIGS='yes' + ## END OF FILE #################################################################