X-Git-Url: http://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=6477acfe36ec4e7dfd98f7f527781ff76e9b7ca3;hp=719265cf5985bc3b826a5ddea210936866df8230;hb=HEAD;hpb=b956f723a2aaecbaa588564cfd0e0f8b2855d9df diff --git a/config b/config index 719265c..cd562e9 100644 --- a/config +++ b/config @@ -1,9 +1,10 @@ # 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. ################################################################################ +# shellcheck shell=sh ################################################################################ # Important: adjust this file if you want to execute grml-debootstrap @@ -16,7 +17,7 @@ # If you specify a string *without* /dev/ in the beginning, grml-debootstrap # assumes you want to install Debian into a directory. MKFS, TUNE2FS, GRUB and # FSCK will be ignored. -# Make sure the TARGET-directory points to a filesystem which has the dev, exec +# Make sure the TARGET-directory points to a filesystem which has the dev, exec # options enabled. # Default: no default. # Usage examples: @@ -72,9 +73,9 @@ # BACKPORTREPOS='yes' # Debian release that should be installed. -# Supported values: lenny, squeeze, wheezy, jessie, stretch, buster, bullseye, sid -# Default: 'buster' -# RELEASE='buster' +# Supported values: jessie, stretch, buster, bullseye, sid +# Default: 'bullseye' +# RELEASE='bullseye' # Define components that should be used within sources.list. # Default: 'main' @@ -82,7 +83,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. @@ -129,7 +130,7 @@ # Default: 'yes' (if file exists) # DEBCONF='no' -# Run scripts from /etc/debootstrap/pre-scripts/ before creating the chroot. +# Run scripts from /etc/debootstrap/pre-scripts/ before creating the chroot. # Default: 'yes' # PRE_SCRIPTS='no' @@ -203,10 +204,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.