update CHANGELOG

This commit is contained in:
Tobias Powalowski 2024-04-14 09:49:47 +02:00
parent b94473ba61
commit 68030f3cfb

View file

@ -2,20 +2,24 @@ On the road to 2024.04:
Highlights: Highlights:
- hwdetect 2024.04.09 - hwdetect 2024.04.09
- bootloader cleanup - bootloader cleanup
- shim 15.8 - fedora shim 15.8
Environment: Environment:
- removed mkfs.ext2 and fsck.ext2 - removed mkfs.ext2 and fsck.ext2
- added basic tree-sitter neovim plugins - added basic tree-sitter neovim plugins
- added argon2 to environment - added argon2 to environment
setup: setup:
- cleanup hwdetect code - cleanup hwdetect code
- create XBOOTLDR partition only with vfat - added XBOOTLDR partition only with vfat
- removed /efi to /boot synchronisation - removed /efi to /boot synchronisation
- as Lennart Poettering proposes: - as Lennart Poettering proposes:
-> only allow vfat on /efi (ESP) and /boot (XBOOTLDR) -> only allow vfat on /efi (ESP) and /boot (XBOOTLDR)
- removed ext2 support - removed ext2 support
- use bootctl to install systemd-boot - added bootctl to install systemd-boot
- use refind-install for refind installation - added refind-install for refind installation
- added refind-install for refind update hook
- added NVRAM entry creation with grub-install
- removed not needed grub-install options
- removed most of efibootmgr calls
--- ---
2024.03 Highlights: 2024.03 Highlights:
- kernel 6.8.x - kernel 6.8.x