mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
Added comment that LUKS2 can't be used.
This commit is contained in:
parent
57ce14b5a5
commit
681e58b668
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue