X-Git-Url: http://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=6477acfe36ec4e7dfd98f7f527781ff76e9b7ca3;hp=68850cc3c842def74d0069beb61169eec645f288;hb=HEAD;hpb=4deb6e8e1b4ddb29e7c1725729267b589eb404d0 diff --git a/config b/config index 68850cc..cd562e9 100644 --- a/config +++ b/config @@ -4,6 +4,7 @@ # 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,7 +73,7 @@ # BACKPORTREPOS='yes' # Debian release that should be installed. -# Supported values: lenny, squeeze, wheezy, jessie, stretch, buster, bullseye, sid +# Supported values: jessie, stretch, buster, bullseye, sid # Default: 'bullseye' # RELEASE='bullseye' @@ -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'