From: Daan De Meyer Date: Thu, 12 Sep 2024 11:30:56 +0000 (+0200) Subject: Update NEWS.md X-Git-Tag: v25~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ec41b74faeef433b38685b6162f0eed6e08b47;p=thirdparty%2Fmkosi.git Update NEWS.md --- diff --git a/NEWS.md b/NEWS.md index d85e4d2cc..70e776c83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -42,6 +42,17 @@ - `InitrdInclude=` was removed. If you're using `InitrdInclude=`, please build your initrd via a subimage in `mkosi.images` containing `Include=mkosi-initrd` and any customizations you wish to add. +- Added `History=` to have mkosi save the config used to build the image + and reuse it when verbs such as `qemu`, `boot`, … are invoked + without `-f`. +- Introduced new `[Build]` section and moved various settings to it. +- Moved `Include=` to `[Include]` section +- Added `sysupdate` verb as a wrapper around `systemd-sysupdate` which + invokes it with definitions from `mkosi.sysupdate`. +- Added `RuntimeHome=` to mount the current home directory to `/root` + when running a command that boots the image +- More directories aside from `/etc` and `/usr` are now picked up from + sandbox trees (formerly known as package manager trees). ## v24