]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update NEWS.md
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 12 Sep 2024 11:30:56 +0000 (13:30 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 12 Sep 2024 12:09:34 +0000 (14:09 +0200)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index d85e4d2cc187245d4f1e55e9c91d28b3d8f3fd80..70e776c837531fff2c52fb47661a1ff7bb79f0f5 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 - `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