aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-install.template
diff options
context:
space:
mode:
Diffstat (limited to 'fripost-install.template')
-rw-r--r--fripost-install.template21
1 files changed, 21 insertions, 0 deletions
diff --git a/fripost-install.template b/fripost-install.template
new file mode 100644
index 0000000..696d6e0
--- /dev/null
+++ b/fripost-install.template
@@ -0,0 +1,21 @@
+# Fripost's debconf configuration
+#
+# Copyright 2013 Guilhem Moulin <guilhem@fripost.org>
+#
+# Licensed under the GNU GPL version 3 or higher.
+
+Template: fripost-install/full-disk-encryption
+Type: boolean
+Default: true
+Description: Should the system disk be fully encrypted? (Excluding /boot.)
+
+Template: fripost-install/full-disk-encryption-password
+Type: password
+Default:
+Description: Password for full-disk encryption.
+
+Template: fripost-install/full-disk-encryption-fillrandom
+Type: select
+Default: badblocks
+Choices: none, badblocks, urandom, random
+Description: How to fill the disk with random data before encryption.