eclean-kernel
eclean-kernel copied to clipboard
Old kernel cleanup tool (revived branch)
This is derived from Jannik's work last year: https://github.com/Jannik2099/eclean-kernel/commit/32b1a2d48813fec60826fa5f23a54c9ff4774588 There's one remaining test failure, and I'm opening this now because I'm not really sure how to handle it yet: ```...
Hello. I've found rather critical bug that caused my server malfunction for several hours (time needed to recompile a kernel). Steps to reproduce: 1) Compile a kernel with genkernel. 2)...
I get `ValueError: embedded null byte` when running `eclean-kernel` version 2.99.3: ``` * Removing kernel 5.13.16-gentoo-dist (not referenced by bootloader (grub2)) Traceback (most recent call last): File "/usr/lib/python-exec/python3.9/eclean-kernel", line 33,...
It would be nice to have EFI Stub kernel support with plain UEFI bootloader. https://wiki.gentoo.org/wiki/EFI_stub https://wiki.gentoo.org/wiki/EFI_System_Partition
It'd be nice if systemd-boot, former gummiboot, was supported.
``` # eclean-kernel -p eclean-kernel has met the following issue: SystemError('No vmlinuz found. This seems ridiculous, aborting.') ``` I believe this is due to the fact that my kernels, initramfs's...
Sorry if my question is silly, but I'm a a bit puzzled. I'm using genkernel to create and install my kernels. I tried to use eclean-kernel to remove old kernels...
I stopped calling my kernel files “vmlinuz” a long time ago, because it doesn’t fit modern systems and formats. And eclean-kernel just removed ALL my kernels! If the config files...
However, emerge --info emerge app-arch/lzop shows: ``` ... ================================================================= Package Settings ================================================================= app-arch/lzop-1.04::gentoo was built with the following: USE="" ABI_X86="(64)" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache clean-logs config-protect-if-modified distlocks ebuild-locks fail-clean...
Version: 2.99.2 When `/boot` isn't mounted, I get this error message: > eclean-kernel has met the following issue: > > SystemError('No vmlinuz found. This seems ridiculous, aborting.') When `/boot` is...