From: Quentin Deslandes Date: Thu, 27 Oct 2022 09:54:30 +0000 (+0200) Subject: Update NEWS.md X-Git-Tag: v14~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1151%2Fhead;p=thirdparty%2Fmkosi.git Update NEWS.md --- diff --git a/NEWS.md b/NEWS.md index 92ac3fa3f..ce4deda2d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -46,6 +46,12 @@ `image.root.roothash`, `image.root.roothash.p7s` (same for `usr` variants). - `mkosi` will again default to the same OS release as the host system when the host system uses the same distribution as the image that's being built. +- By default, `mkosi` will now change the owner of newly created directories to + `SUDO_UID` or `PKEXEC_UID` if defined, unless `--no-chown` is used. +- If `systemd-nspawn` v252 or newer is used, bind-mounted directories with + `systemd-nspawn` will use the new `rootidmap` option so files and directories + created from within the container will be owned by the actual directory owner + on the host. ## v13