File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ LUKS (Linux Unified Key Setup) is a specification for block device encryption. I
208208
209209``` title="When enabled, you need to provide additional information:"
210210CRYPTROOT_PASSPHRASE="MYSECRECTPASS" # Mandatory
211+ CRYPTROOT_AUTOUNLOCK="yes" # Default: no. If set to yes you can omit CRYPTROOT_PASSPHRASE to do unattended unlocking
211212CRYPTROOT_SSH_UNLOCK="yes" # Default: yes
212213CRYPTROOT_SSH_UNLOCK_PORT="2222" # Default: 2022
213214CRYPTROOT_MAPPER=armbian-root` # Default: armbian-root
@@ -221,6 +222,7 @@ CRYPTROOT_PARAMETERS="custom cryptsetup options" # Default: --pbkdf pbkdf2
221222 - This function might not work well with all distributions.
222223 - CRYPTROOT_MAPPER name might affect parallel image building
223224 - CRYPTROOT_PARAMETERS may not contain `=`; separate switches with spaces
225+ - CRYPTROOT_AUTOUNLOCK stores encryption key in the /etc/rootfs.key
224226
225227<hr >
226228
You can’t perform that action at this time.
0 commit comments