aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-install.template
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-09-19 03:24:18 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:27:25 +0200
commit93b64f269122525335f4ee347506aa4176f37859 (patch)
tree41776f82893887b4874f14ae4d7fc56d6066e504 /fripost-install.template
parent9c238e41f054000f1cea9d8da9b974185e838f16 (diff)
Use debconf to get the options.
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.