eclean-kernel icon indicating copy to clipboard operation
eclean-kernel copied to clipboard

Old kernel cleanup tool (revived branch)

Results 22 eclean-kernel issues
Sort by recently updated
recently updated
newest added

Note this is tested with v0.4.3 but I didn't spot any significant changes in current master so I assume this is still happening in current master: 1. Run `eclean-kernel --ask...

``` root@gentooserver /media/store/Data/VM/gnu-hurd/cross-hurd-smp # ls /boot EFI System.map-5.3.12-gentoo-x86_64 vmlinuz-5.4.28-gentoo-x86_64 grub System.map-5.3.12-gentoo-x86_64.old vmlinuz-5.4.28-gentoo-x86_64.old initramfs-5.3.12-gentoo-x86_64.img System.map-5.4.28-gentoo-x86_64 vmlinuz-5.4.38-gentoo-x86_64 initramfs-5.3.12-gentoo-x86_64.img.old System.map-5.4.28-gentoo-x86_64.old vmlinuz-5.4.38-gentoo-x86_64.old initramfs-5.4.28-gentoo-x86_64.img System.map-5.4.38-gentoo-x86_64 vmlinuz-5.4.48-gentoo-x86_64 initramfs-5.4.28-gentoo-x86_64.img.old System.map-5.4.38-gentoo-x86_64.old vmlinuz-5.4.48-gentoo-x86_64.old initramfs-5.4.38-gentoo-x86_64.img System.map-5.4.48-gentoo-x86_64 vmlinuz-5.4.60-gentoo-x86_64 initramfs-5.4.38-gentoo-x86_64.img.old System.map-5.4.48-gentoo-x86_64.old vmlinuz-5.4.60-gentoo-x86_64.old...

Hi, For me it does nothing... ``` eclean-kernel -n 1 -p No outdated kernels found. eclean-kernel -l genkernel-x86_64-4.19.44-gentoo [4.19.44-gentoo]: - vmlinuz: /boot/kernel-genkernel-x86_64-4.19.44-gentoo - systemmap: /boot/System.map-genkernel-x86_64-4.19.44-gentoo - initramfs: /boot/initramfs-genkernel-x86_64-4.19.44-gentoo - modules:...

I have the following inside my /boot. ``` ls -1 /boot amd-uc.img EFI grub initramfs-5.8.1-gentoo-x86_64.img initramfs-5.8.1-gentoo-x86_64.old.img initramfs-5.8.2-gentoo-x86_64.img intel-uc.img lost+found System.map-5.8.1-gentoo-x86_64 System.map-5.8.1-gentoo-x86_64.old System.map-5.8.2-gentoo-x86_64 vmlinuz-5.8.1-gentoo-x86_64 vmlinuz-5.8.1-gentoo-x86_64.old vmlinuz-5.8.2-gentoo-x86_64 ``` If I perform the...

- legacy installkernel also installs config and System.map, clean these up if we can find them - UKIs may be installed without an installation of systemd-boot present on the ESP,...

sys-kernel/installkernel-28 with USE=refind set, app-admin/eclean-kernel-2.99.7 Running `eclean-kernel -n 2` results in ``` Legend: [-] file being removed [x] file does not exist (anymore) [+] file being kept (used by other...

Now algorithm preserving currently running kernel. But if a new kernel is installed, but the system has not yet been booted into it, then it will be removed after running...

Ignore the "parsed" Linux kernel version information if there are non-ASCII at the beginning of the selected buffer. Fixes #27.

Hi, If I understand the source code correctly, the kernel source directory (`/usr/src/linux-xxx`) is tied to the module directory (`/lib/modules/xxx`) because it is read from a link (named `build`). On...

This options makes eclean-kernel create (or update) a portage user set called 'eclean-kernel-preserved'. Since user sets are automatically part of the world set, this prevents kernels that are preserved by...