From: Jörg Behrmann Date: Fri, 27 Sep 2024 10:02:04 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v25~262^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3072%2Fhead;p=thirdparty%2Fmkosi.git Update NEWS --- diff --git a/NEWS.md b/NEWS.md index f65337f49..bac0e1e3a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -62,6 +62,13 @@ - `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