update CHANGELOG

This commit is contained in:
Tobias Powalowski 2023-11-19 21:10:44 +01:00
parent b8af7caad7
commit e9ccbda1f4

View file

@ -5,13 +5,14 @@ Environment:
- reenabled configfs for systemd - reenabled configfs for systemd
- moved mounting directories in init.service to /mnt/{cdrom,ventoy,efi} - moved mounting directories in init.service to /mnt/{cdrom,ventoy,efi}
- create empty root password in a much better way - create empty root password in a much better way
- moved vconsole setup and screen detection to systemd path unit - moved vconsole setup and screen detection to systemd service
- added systemd 255 support - added systemd 255 support
init: init:
- functionalized messages - functionalized messages
- removed all quirks for modules handling - removed all quirks for modules handling
- dialog shows up at the beginning of early userspace - dialog shows up at the beginning of early userspace
- unpack complete rootfs at once to /sysroot - unpack complete rootfs at once to /sysroot
- run only one progressbar
cpio: cpio:
- merged acpi_mods and platform_mods into common_mods - merged acpi_mods and platform_mods into common_mods
- created new base_ hooks - created new base_ hooks