]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention changes in systemd-fsck and systemd-quotacheck
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 23 Apr 2025 01:48:11 +0000 (10:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Jul 2025 20:47:38 +0000 (05:47 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 5c72926d185a0d5b07627745e45e4ec604973286..6ef5f81460f6dd14f2ec2587094379a4293b8434 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -148,6 +148,16 @@ CHANGES WITH 258 in spe:
           - The concept of runlevels has been removed, so runlevel transitions
             are no longer recorded in the utmp/wtmp databases.
 
+        * Support for traditional /forcefsck and /fastboot files to control
+          exection mode of fsck on boot has been removed from systemd-fsck. To
+          control the mode, please use the fsck.mode= kernel command line option
+          or newly introduced fsck.mode credential.
+
+        * Support for traditional /forcequotacheck file to control execution
+          mode of quotacheck on boot has been removed from systemd-quotacheck.
+          To control the mode, please use the quotacheck.mode= kerenl command
+          line option of newly introduced quotacheck.mode credential.
+
         Announcements of Future Feature Removals:
 
         * Support for System V service scripts is deprecated and will be
@@ -1400,6 +1410,12 @@ CHANGES WITH 258 in spe:
           once boot-up is complete will tell you how to connect to the system
           via SSH, if that's available.
 
+        * systemd-fsck gained fsck.mode and fsck.repair credentials support to
+          control the execution mode of fsck.
+
+        * systemd-quotacheck gained quotacheck.mode credential support to
+          control the execution mode of quotacheck.
+
         — <place>, <date>
 
 CHANGES WITH 257: