View previous topic :: View next topic |
Author |
Message |
mqduck n00b
Joined: 04 Apr 2006 Posts: 63
|
Posted: Sun Jul 22, 2018 12:13 am Post subject: Rerunning pre-merge checks |
|
|
After configuring and installing a new kernel, is it possible to rerun the pre-merge checks on all packages that check the kernel config? I don't want to accidentally disable something and cause mysterious bugs. _________________ Property is theft. |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
Posted: Sun Jul 22, 2018 10:27 am Post subject: |
|
|
Not to my knowledge, i think nobody has done this because user generally upgrade kernel using previous .config, which somehow limit the troubles.
But i see the value of such tool.
You can do this to get all install packages and their kernel need:
Code: | find /var/db/pkg -type f -name *.ebuild -exec grep "CONFIG_CHECK" {} \; |
|
|
Back to top |
|
|
|