update CHANGELOG

This commit is contained in:
Tobias Powalowski 2023-03-07 16:55:26 +01:00
parent d3826c7800
commit 31deb48f2b

View file

@ -8,8 +8,9 @@ Environment changes:
- implemented new zram routine for all boot types
- added kms to archboot_init, to avoid font flickering, which was introduced
in kernel 6.0.x series
- added speed and permissions patches for uid/gid to mkinitcpio functions
- only use KEXEC_LOAD it's way faster than KEXEC_FILE_LOAD
- added speed and permission patches for uid/gid to mkinitcpio functions
- only use KEXEC_LOAD it's way faster, than KEXEC_FILE_LOAD
- don't run kexec on local image, use systemd switch root instead
update-installer.sh:
- implemented free RAM detection for kexec tasks
---