Hi, are the configuration parameters for the EOS Kernels available somewhere in the system? The usual suspects, like:
/proc/config.gz
/boot/config…
aren’t available. Im interested in this, because i want to compile a new kernel module for EOS which exactly matches the currently running kernel.
Additional question: Is there a way to put a EOS Installation into some kind of Developer Mode and use native (e.g. non-sandboxed) compilers to build stuff? For my current journey (getting Anbox running) i compile everything (Kernel, Libraries…) inside the Freedesktop SDK Sandbox and moving binaries out, which is probably not the correct way to go.
You should be able to find the real /boot folder in the deployment under /ostree/deploy/, with a kernel config included.
If you build and install your own kernel, be aware that it will be quietly dropped next time you do an OS update; custom kernels is not something we officially support.
The closest we have to a developer mode is via the new container support in EOS-3.6.0 (now in beta). I haven’t tried this yet so I’d be curious to hear how you get on. I’m not sure if there are any featuers in place there to make it easier to pull things in and out of the container.