X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=config;h=e9026892b55d89c6c03976d5ad4e1fc966e25b76;hb=c1d92f24df12a2d699c24870ab45008064dd85d2;hp=fb55f212ea8075f531deb5125d4d017d142398cb;hpb=457e3e47524aca9f8fa85ae26bf214c2a704adb9;p=grml-debootstrap.git diff --git a/config b/config index fb55f21..e902689 100644 --- a/config +++ b/config @@ -16,7 +16,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: @@ -129,7 +129,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 +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.