Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shelterx opened this issue Oct 4, 2024 · 3 comments
Open

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

shelterx opened this issue Oct 4, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@shelterx
Copy link

shelterx commented Oct 4, 2024

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.

@1Naim
Copy link
Member

1Naim commented Oct 4, 2024

@shelterx
Copy link
Author

shelterx commented Oct 4, 2024

@1Naim Yes, I know but in the kernel manager GUI. PKGBUILDS gets overwritten.

@vnepogodin
Copy link
Member

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

@1Naim 1Naim added enhancement New feature or request good first issue Good for newcomers labels Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants