]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: note that we require a swapon that supports --fixpgsz 26387/head
authorLuca Boccassi <bluca@debian.org>
Fri, 10 Feb 2023 12:00:21 +0000 (12:00 +0000)
committerLuca Boccassi <bluca@debian.org>
Fri, 10 Feb 2023 13:57:49 +0000 (13:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6df17aa599cd73e65f300e4988c62982c8f4b6a0..09571982608a49930940497762a4ee9048122f52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -147,7 +147,9 @@ CHANGES WITH 253 in spe:
 
         * When enabling a swap device systemd will now reinitialize the device
           when the page size of the swap space does not match the page size of
-          the running kernel.
+          the running kernel. Note that this requires the 'swapon' utility to
+          provide the '--fixpgsz' option, as implemented by util-linux, and it
+          is not supported by busybox at the time of writing.
 
         * systemd now executes generator programs in a mount namespace
           "sandbox" with most of the file system read-only and write access