From: Daan De Meyer Date: Tue, 5 Sep 2023 13:47:33 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v16~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543bb3f75603d2aa1d2ee340309e6abc18ebb2b1;p=thirdparty%2Fmkosi.git Update NEWS --- diff --git a/NEWS.md b/NEWS.md index a371a37e9..d2133c470 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,34 @@ 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