aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-install.template
blob: 696d6e0308128a2972f70b3a8dfd3b1cbfd3c644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.