Merge pull request #3446 from jodh-intel/kernel-proc-config

packaging: Make kernel config accessible to guest
This commit is contained in:
Carlos Venegas 2022-01-17 15:37:34 -06:00 committed by GitHub
commit 5a55313431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
# Debug related settings
# Enable /proc/config.gz to allow the guest to query the kernel
# configuration used for the running kernel.
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y