]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention the LUKS superblock default labelling change.
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Nov 2025 09:11:00 +0000 (10:11 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 17 Nov 2025 14:38:01 +0000 (15:38 +0100)
This is a (weak) compat break, hence document it in NEWS.

NEWS

diff --git a/NEWS b/NEWS
index b0cc3618b28aaf8eccd6f3d71c3ccc045118e0ac..db6645e5caedf568055216663e53e41cd70e60db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,15 @@ CHANGES WITH 259 in spe:
           image. Hence, effectively they have been read-only anyway already,
           this change makes this official.
 
+        * The LUKS volume label string set by systemd-repart no longer defaults
+          to the literal same as the partition and file system label, but is
+          prefixed with "luks-". This is done so that on LUKS enabled images a
+          conflict between /dev/disk/by-label/ symlinks is removed, as this
+          symlink is generated both for file system and LUKS superblock
+          labels. There's a new VolumeLabel= setting for partitions that can be
+          used to expicitly choose a LUKS superblock label, which can be used
+          to explicitly revert to the old naming, if required.
+
         Service manager/PID1:
 
         * The service manager will now show the wallclock time a service ran