]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update NEWS 32434/head
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Apr 2024 11:17:10 +0000 (13:17 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Apr 2024 13:23:44 +0000 (15:23 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f6031c766c1e9c219f041a290104ba754c694908..e587ade01f1a72fe9d93afc0dead5708ed991b05 100644 (file)
--- 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).