Just wondering if anyone has done something like this already.
I'm currently creating a script to help me track and integrate features from kernel conf files. Diff doesn't cut it for me anymore.
I like custom kernels. So when each version of FreeBSD has come out I have been manually comparing and editing my custom own conf files. Recently I have been following stable and head and I find it cumbersome so I'm writing a script utility to tract default options across FreeBSD versions in a small file database between the GENERIC files as well as to output files customized to how I like to group things and for spitting stuff up for include directives.
I'm currently creating a script to help me track and integrate features from kernel conf files. Diff doesn't cut it for me anymore.
I like custom kernels. So when each version of FreeBSD has come out I have been manually comparing and editing my custom own conf files. Recently I have been following stable and head and I find it cumbersome so I'm writing a script utility to tract default options across FreeBSD versions in a small file database between the GENERIC files as well as to output files customized to how I like to group things and for spitting stuff up for include directives.