Added comment that LUKS2 can't be used.

This commit is contained in:
ei-ke 2018-12-10 10:22:05 +01:00
parent 57ce14b5a5
commit 681e58b668
No known key found for this signature in database
GPG key ID: 310E642818F512B1

View file

@ -29,8 +29,9 @@ CARD_DEVICE="" # device name /dev/sdx of your SD card to burn directly to the
CRYPTROOT_ENABLE=no # enable root filesystem encryption using LUKS
CRYPTROOT_PARAMETERS="" # optionally: change cryptsetup's defaults like cipher, hash etc.
# Currently only LUKS1 is supported, so don't use --type luks2
CRYPTROOT_PASSPHRASE="MYSECRETPASS" # enter the encryption passphrase (can also be changed later on the CLI)
CRYPTROOT_SSH_UNLOCK=no # enable dropbear to unlock your device via SSH
# if you have an SSH public key store it in userpatches/dropbear_authorized_keys
# otherwise a new SSH key will be created and stored beside the OS image
CRYPTROOT_SSH_UNLOCK_PORT=2022 # dropbear SSH port
CRYPTROOT_SSH_UNLOCK_PORT=2022 # dropbear SSH port