]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update NEWS 3072/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 27 Sep 2024 10:02:04 +0000 (12:02 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 27 Sep 2024 12:19:29 +0000 (14:19 +0200)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index f65337f49d8b43a6d6896761e5b5a3ab9f73bc5f..bac0e1e3adefd4e0fb63b65b816f031fae37c657 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 - `Profile=` is renamed to `Profiles=` and takes a comma separated list of
   profiles now. Scripts now receive `$PROFILES` with a space-separated list
   of profiles instead of `$PROFILE`.
+- Multiple sync, prepare, build, postinst, finalize, postoutput and clean scripts are now picked up from
+  `mkosi.$SCRIPT.d`.
+- `run0` is now automatically used to escalate privileges for commands that need it, like the `burn` verb.
+- `/usr/share/keyrings` and `/usr/share/distribution-gpg-keys` are no longer automatically picked up from the
+  tools tree when `ToolsTreeCertificates=` is set, since they aren't certificates, use a sandbox tree
+  instead. This allows to override `SignedBy=` keys for APT repositories.
+- The `agetty.autologin` and `login.noauth` credentials are no longer set unconditionally.
 
 ## v24