aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-install.template
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-10-09 22:24:09 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:27:30 +0200
commitf9cfa0de8a281328c4e834059b225e9a0f025c2a (patch)
treee2a4090932c08d40d76dbfebfd1bd7612ad04967 /fripost-install.template
parent529eee61e485ad305ae78f4c54ee3377e0bd6b44 (diff)
Use a udeb to partition the disk.
Diffstat (limited to 'fripost-install.template')
-rw-r--r--fripost-install.template52
1 files changed, 0 insertions, 52 deletions
diff --git a/fripost-install.template b/fripost-install.template
deleted file mode 100644
index 6c10976..0000000
--- a/fripost-install.template
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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-fill
-Type: select
-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}
-
-Template: fripost-install/full-disk-encryption-slurpkey_title
-Type: note
-Description: Waiting for passphrase
-
-Template: fripost-install/full-disk-encryption-slurpkey_text
-Type: text
-Description: Press 'continue' once you have sent the key
- You now need to send the encryption key for LUKS/dm-crypt to
- this special-purpose SSH server:
- .
- ssh -T -p 22 -l root ${IPv4} < /path/to/key
- .
- To defeat MiTM-attacks, please ensure that the server fingerprint matches
- .
- ${SSHFPR_SERVER}
- .
- Key(s) that are granted access have the following fingerprint:
- .
- ${SSHFPR_AUTHORIZED}
- .
- Note: This server is ephemeral, and will be replaced with a full-blown
- one toward the end of the installation.