On Fri, 10 Jan 2025 at 20:15, Luis Chamberlain <mcgrof@xxxxxxxxxx> wrote:
On Thu, Jan 09, 2025 at 01:28:17PM +0000, Brendan Jackman wrote:I was thinking of something like like this:
Would it be easy enough to provide this support as a standalone binary that canI suspect this begs more the question of how could this be useful
be called from scripts/config too?
outside of xconfig.
$ scripts/sat_config --interactive --enable KVM_AMD
This would then prompt the user with a range of solutions for getting
KVM_AMD enabled.
Then there might be an "I'm feeling lucky" variant like:
$ scripts/sat_config --first-solution --enable KVM_AMD
Where instead of prompting the user it just picks some arbitrary or
"minimal" set of changes that leads to KVM_AMD being enabled.
But one step at a time, this can be done *after*Totally, please consider this a "yes, and" not a "but".
this initial patch set gets merged,