Closed nikimanoledaki closed 1 year ago
This might be possible by adding make headers_install
after this line :)
see: https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt
We are making changes so that the kernel binary and modules are supplied as additional volumes and mounted in. They will no longer be part of the OS image chain.
So in future if you want extra things you can build an image containing just those things and have it mounted in at the location you need.
Closing
I tried to install kernel headers by following this tutorial.
Since this kernel is custom, there were no results when searching for headers for 5.10.77 :
This leads to an error when trying to install headers for 5.10.77:
~Is this something that the images could support or is it out of scope? Any help would be appreciated, thank you :)~