summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2022-11-20 21:18:56 +0100
committerMorten Linderud <morten@linderud.pw>2022-11-20 21:18:56 +0100
commit32a00fb721bdc5c90fc99333d755fb214d2cd517 (patch)
tree10f9204a6b8693f6e58651ade6268f9d55464cd4
parentc31a9c6ebe15047713a4e9466f9d88df55b7eaa3 (diff)
parentfb07e178a20357d985761dd4801953a26dee18b9 (diff)
Merge branch 'morten/news'v33
-rw-r--r--CHANGELOG49
1 files changed, 49 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..a914428
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,49 @@
+mkinitcptio - Arch Linux initramfs generation tools
+
+CHANGES WITH v33:
+
+ Announcements:
+
+ * Development has moved to the Arch Linux GitLab instance. The new
+ URL is https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio
+
+ Changes in mkinitcpio:
+
+ * Introduce DECOMPRESS_MODULES in mkinitcpio.conf. Allows the user to
+ toggle if modules should be recompressed during initramfs creation or
+ not. Defaults to "yes".
+
+ * Support UKI generation on AArch64.
+
+ * Introduce a new --remove switch which allows mkinitcpio to remove all
+ mkinitcpio generated files. Only works together
+ with the -p/-P switches currently.
+
+ * In the initramfs the file /etc/os-release, symlinked to
+ /etc/initrd-release, is now included. systemd enabled initramfs
+ environments might need this file.
+
+ * Supports finding kernel version in gzipped non-x86 kernels.
+
+ * Try to properly resolve symlinks when adding files into the initramfs.
+
+ Changes in hooks:
+
+ * install/fsck now includes the e2fsck binary and symlinks fsck.ext*
+ utilities to this binary.
+
+ * install/fsck will no longer attempt to include nonexistent fsck
+ helpers.
+
+ * install/kms will attempt to include modules that implement the privacy
+ screen feature. Currently the module names are hardcoded.
+
+ Changes in packaging:
+
+ * mkinitcpio-remove and mkinitcpio-install are now unified into a single
+ script installed to 'libalpm/scripts/mkinitcpio'.
+
+ Contributions from: 0x7F, Felix Yan, Hugo Osvaldo Barrera,
+ Morten Linderud, nl6720, rogueai, Simon Brüggen, Tobias Powalowski
+
+ – 2022-11-20