aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-04-23 13:17:10 +0200
committerLennart Poettering <lennart@poettering.net>2024-04-23 15:23:44 +0200
commit6645dc053dea3adaa3a3f14d7b2ec5e36c08fbdd (patch)
treed1620759eebaa76887d58648fa1d11401cc2cf42
parentcryptenroll: use [] in --help text to indicate block device argument is now optional (diff)
downloadsystemd-6645dc053dea3adaa3a3f14d7b2ec5e36c08fbdd.tar.xz
systemd-6645dc053dea3adaa3a3f14d7b2ec5e36c08fbdd.zip
update NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f6031c766c1..e587ade01f1 100644
--- a/NEWS
+++ b/NEWS
@@ -663,6 +663,13 @@ CHANGES WITH 256-rc1:
systemd-cryptsetup/systemd-cryptenroll:
+ * The device node argument to systemd-cryptenroll is now optional. If
+ omitted it will be derived automatically from the backing block
+ device of /var/ (which quite likely is the same as the root file
+ system, hence effectively means if you don't specify things otherwise
+ the tool will now default to enrolling a key into the root file
+ system's LUKS device).
+
* systemd-cryptenroll can now enroll directly with a PKCS11 public key
(instead of a certificate).