From 93b64f269122525335f4ee347506aa4176f37859 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 19 Sep 2013 03:24:18 +0200 Subject: Use debconf to get the options. --- fripost-install.template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fripost-install.template (limited to 'fripost-install.template') 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 +# +# 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. -- cgit v1.2.3