Skip to content

Releases: projg2/eclean-kernel

v0.3.1

09 Dec 09:33
Compare
Choose a tag to compare
  • apply Xen-related fixes.

v0.3

09 Dec 09:32
Compare
Choose a tag to compare
  • use pymountboot to mount/remount r/w /boot,
  • fix using grub2 config files.

v0.2.1

09 Dec 09:32
Compare
Choose a tag to compare
  • fix missing 'errno' import when probing bootloaders.

v0.2

09 Dec 09:32
Compare
Choose a tag to compare
  • cleanup bootloader code,
  • fix Yaboot issues,
  • add support for GRUB2,
  • GRUB2: support regenerating autogenerated config.

v0.1.5

09 Dec 09:32
Compare
Choose a tag to compare
  • grub: support kernel paths with device names prepended,
  • fix adding kernel-unmatched moduledirs,
  • support excluding kernel parts from removal,
  • support specifying options in an rc file.

v0.1.4

09 Dec 09:31
Compare
Choose a tag to compare
  • fixed matching moduledir when path contains symlinks,
  • fix exception on getting mtime when kernel does not exist anymore.

v0.1.3

09 Dec 09:31
Compare
Choose a tag to compare
  • --ask and --list options,
  • read real kernel version from image (for moduledir matching) and thus fix genkernel support,
  • report version collisions explicitly,
  • support removing initramfses,
  • support yaboot bootloader.

v0.1.2

09 Dec 09:31
Compare
Choose a tag to compare
  • multiple fixes to bootloader & kernel support,
  • debugging support.

v0.1.1

09 Dec 09:30
Compare
Choose a tag to compare
  • support removing old kernel build directories as well,
  • fix path reference counting for symlinks.

v0.1

09 Dec 09:29
Compare
Choose a tag to compare
  • remove auxiliary files for removed kernels,
  • support removing outdated kernels by mtime,
  • check grub, lilo or symlinks for used kernels,
  • check uname for currently running kernel.