-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
We have "Use modpobed-db" as an option which is nice but I would really like to see "Use the running kernel config" or something similar, so it loads /proc/config.gz.
I guess there's an issue with implementing something like this because it will override every setting in KM but as long as your clear with that, it should work.
The way I do it now is I enable menuconfig, start the build, then when menuconfig is loaded I run:
zcat /proc/config.gz > .cache/cachyos-km/pkgbuilds/linux-cachyos/src/linux-6.11/.config
and load the config then save.
Which works fine but requires some extra work.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers