We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
eclean-kernel --ask --destructive --all
Remove 5.11.15-gentoo-x86_64 (unwanted)? [Yes/No]
Removing kernel 5.11.15-gentoo-x86_64 (unwanted) /boot/vmlinuz-5.11.15-gentoo-x86_64 /boot/System.map-5.11.15-gentoo-x86_64 /boot/initramfs-5.11.15-gentoo-x86_64.img /lib/modules/5.11.15-gentoo-x86_64 /usr/src/linux-5.11.15-gentoo
This could be unexpected. How about indicating default action like known from make oldconfig? I.e. instead of
make oldconfig
[Yes/No]
show
[YES/no]
so it should be clear that pressing Enter without any further input will proceed with removal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
eclean-kernel --ask --destructive --all
.This could be unexpected. How about indicating default action like known from
make oldconfig
? I.e. instead ofshow
so it should be clear that pressing Enter without any further input will proceed with removal.
The text was updated successfully, but these errors were encountered: