X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=config;h=a9fb8803543cb438d9a2e169b63eaca08cab96f2;hp=6d682aa1b1db6dd67601625c3fda3490ca10c695;hb=813cdabf07b257c55d0dc943fc33f52a027a8f9d;hpb=95ea844460649c6a3f711b75a60210d2eff44c30 diff --git a/config b/config index 6d682aa..a9fb880 100644 --- a/config +++ b/config @@ -2,7 +2,7 @@ # 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. +# License: This file is licensed under the GPL v2 or any later version. ################################################################################ ################################################################################ @@ -37,7 +37,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://httpredir.debian.org/debian' # Usage example: # MIRROR='ftp://ftp.de.debian.org/debian' @@ -73,7 +73,7 @@ # RELEASE='jessie' # Define components that should be used within sources.list. -# Default: 'main contrib non-free' +# Default: 'main' # COMPONENTS='main contrib non-free' # Set target architecture. @@ -133,9 +133,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' @@ -219,4 +219,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 #################################################################