Releases: projg2/eclean-kernel
Releases · projg2/eclean-kernel
2.99.3
- support for non-bzImage kernels (thanks to Jannik Glückert)
- support
/boot/efi
and/efi
as potential EFI dirs (thanks to Florian Schmaus) - fix
--no-mount
(thanks to Elvis Pranskevichus) - fix bootloader detection to happen after mounts (Elvis Pranskevichus)
Thanks to all the contributors (including those not credited for major changes here).
2.99.2
2.99.1
2.99.0
The first release of revived EK1. Features major code refactoring,
high test coverage and a few design improvement backports from EK2:
- support for blspec (gummiboot/systemd-boot) layout.
- improved kernel search algorithm for std layout.
- support for sorting by version rather than mtime.
The bootloader logic has not been modified since the old versions.
It will either be removed or improved in a future release.
0.4.3
v0.4.2
- kernel-install prerm calling support,
- fixed crash in invalid kernel magic handling.
v0.4.1
- fix finding grub & grub2 configuration files.
v0.4
- use friendly and explanatory error messages,
- fix
--ask
in Python 3, - check read access to all files before proceeding.
v0.3.3
- report real_kv in
--list-kernels
output (for debugging), - fix decoding real_kv in Python 3.
v0.3.2
- fix compatibility with Python 3.3.