mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
Since we need to both bundle modules into the initramfs as well as bundle the initramfs into the kernel image we need to update a pre-built image with the user space tools as part of the kernel build process. This seemed the best scheme, the alternatives were: - Unpack bootengine.cpio to a temporary directory, build and install kernel modules into that temporary directory, pass that directory plus a config file listing what device nodes to the kernel build. - Build kernel modules and generate a fresh bootengine.cpio using the update-bootengine tool. This would require calling sudo (and breaking out of the sandbox in the process) in the middle of the ebuild. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |