diff options
Diffstat (limited to 'fripost-install.template')
-rw-r--r-- | fripost-install.template | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/fripost-install.template b/fripost-install.template index 696d6e0..44b3418 100644 --- a/fripost-install.template +++ b/fripost-install.template @@ -14,8 +14,16 @@ Type: password Default: Description: Password for full-disk encryption. -Template: fripost-install/full-disk-encryption-fillrandom +Template: fripost-install/full-disk-encryption-fill Type: select -Default: badblocks -Choices: none, badblocks, urandom, random -Description: How to fill the disk with random data before encryption. +Default: zero +Choices: none, zero, urandom, random +Description: Which kind of data fill the disk with before encryption. + +Template: fripost-install/full-disk-encryption-fill_progress_title +Type: text +Description: Filling ${DISK} with ${SIZE} ${WHAT} + +Template: fripost-install/full-disk-encryption-fill_progress_info +Type: text +Description: ${COMMAND} |