You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
mhm I think adding option to modify _use_current, should be enough
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.
The text was updated successfully, but these errors were encountered: