diff --git a/CHANGELOG b/CHANGELOG index 3243b28a2..a5b903fdb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 ---