From: Daan De Meyer Date: Thu, 19 Oct 2023 13:22:34 +0000 (+0200) Subject: Update NEWS X-Git-Tag: v19~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccfd76b2d783a2526e69f1d258f7661b0379b557;p=thirdparty%2Fmkosi.git Update NEWS --- diff --git a/NEWS.md b/NEWS.md index d4643ea1b..a6bb7cb02 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,25 @@ - The mkosi repository itself now ships configuration to build basic bootable images that can be used to test mkosi. +- Added RHEL support +- Added support for enabling `updates-testing` repositories for Fedora +- Scripts with the `.chroot` extension are now executed in the image + automatically. +- The rootfs can now be modified when running build scripts (with all + changes thrown away after the last build script has been executed) +- GPG keys for CentOS, Fedora, Alma and Rocky are now looked up locally + first before fetching them remotely. +- Added `WithRecommends=` to configure whether to install recommended + packages by default or not where this is supported. +- Signatures are not required for local packages on Arch anymore +- The tar output is now reproducible +- Packages on opensuse are now always downloaded in advance before + installation when using zypper +- Added shorthand `-a` for `--autologin` +- Added `ToolsTreeMirror=` setting for confuring the mirror to use for + the default tools tree +- We now make sure git can be executed from mkosi scripts without + running into permission errors ## v18