X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=config;h=68850cc3c842def74d0069beb61169eec645f288;hb=79f5f42fd884ca769739e3cffcff33e9051fddae;hp=b5104f0d9542fb8d7a3721e37a684c52b1e26652;hpb=5db946a930ef1cdf9d8e8da8111072faa37383d5;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.