Skip to content

[Request] Option for loading /proc/config.gz #22

@shelterx

Description

@shelterx

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions