X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=config;h=68850cc3c842def74d0069beb61169eec645f288;hb=3a8d2b760d4394a12901d0e6c0488b78f11e5ca1;hp=b5104f0d9542fb8d7a3721e37a684c52b1e26652;hpb=9506ba5c75a7baaefed8611bae9412734bf73e99;p=grml-debootstrap.git diff --git a/config b/config index b5104f0..68850cc 100644 --- a/config +++ b/config @@ -82,7 +82,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. @@ -203,10 +203,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.