]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update NEWS
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 5 Sep 2023 13:47:33 +0000 (15:47 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 5 Sep 2023 15:00:50 +0000 (17:00 +0200)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index a371a37e91dde0a381acfa5141716ac777df824f..d2133c4700461b0abdde052dcfc4326f182a8ebf 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
   to the list to remove all previous values.
 - Added support for configuring custom default values for settings by
   prefixing their name in the configuration file with `@`.
+- Added `QemuCdrom=` to attach the image to the virtual machine as a
+  CD-ROM instead of a block device.
+- Added `SectorSize=` to set the sector size of the disk images built by
+  systemd-repart.
+- Added back grub support (BIOS/UEFI). Note that we don't install grub
+  on UEFI yet but we do add the necessary configuration and partitions.
+- Added `Bootloader=` option to configure which EFI bootloader to
+  install. Added `uki` option to install just the UKI without
+  systemd-boot and `grub` to generate grub configuration to chainload
+  into the built UKIs.
+- Added `BiosBootloader=` to configure whether grub for BIOS gets
+  installed or not.
+- Added `QemuFirmware=` to select which qemu firmware to use (OVMF,
+  Seabios or direct kernel boot).
+- Added `QemuKernel=` to specify the kernel that should be used with
+  direct kernel boot.
+- `/var/lib/dbus/machine-id` is now removed if it was added by a package
+  manager postinstall script.
+- The manifest is not generated by default anymore. Use
+  `ManifestFormat=json` to make sure the manifest is generated.
+- Added `SourceDateEpoch=` to enable more reproducible image builds.
+- Added `Seed=` to set the seed passed to systemd-repart.
+- Updated the default Fedora release to Fedora 39.
+- If `ToolsTree=` is set to `default`, mkosi will now build a default
+  tools tree containing all the necessary tools to build images. The
+  distribution and release to use can be configured with
+  `ToolsTreeDistribution=` and `ToolsTreeRelease=` or are determined
+  automatically based on the image being built.
 
 ## v15.1