]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: drop duplicate entry, add --image= entry
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Jul 2020 08:04:37 +0000 (10:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Jul 2020 08:04:37 +0000 (10:04 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 13551715b291be2921f21d4d0c07ddf5c53785fd..6e9c8abb1f7f4eaa4a335d877c1acfec18090a83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -422,15 +422,6 @@ CHANGES WITH 246:
           control the inode limit for the per-user $XDG_RUNTIME_DIR tmpfs
           instance.
 
-        * systemd-firstboot gained a new --root-password-hashed= parameter for
-          setting the root user's password as UNIX password hash. There's a new
-          --delete-root-password switch which instead of setting a password for
-          the root user, removes it so that log-in without a password is
-          permitted. There's now --force which if specified means any existing
-          configuration is overwritten by the specified settings. It also
-          gained a new --kernel-command-line= parameter which may be used to
-          set the /etc/kernel/cmdline file of an OS image.
-
         * A new generator systemd-xdg-autostart-generator has been added. It
           generates systemd unit files from XDG autostart .desktop files, and
           may be used to let the systemd user instance manage services that are
@@ -449,6 +440,10 @@ CHANGES WITH 246:
           specified on the command line (by default, the tool will not override
           what has already been set before, i.e. is purely incremental).
 
+        * systemd-firstboot gained support for a new --image= switch, which is
+          similar to --root= but accepts the path to a disk image file, on
+          which it then operates.
+
         * A new sd-path.h API has been added to libsystemd. It provides a
           simple API for retrieving various search paths and primary
           directories for various resources.