On Wed, Aug 15, 2018 at 5:49 PM, Adam Jenkins <[email protected]> wrote: > I have been able to create a chroot using the CoreOS SDK and create my own > image, but I'm not sure how to actually install additional dependencies. > Any help would be greatly appreciated.
If you're using the build_image script to create a regular production image, you can add additional runtime dependencies to src/third_party/coreos-overlay/coreos-base/coreos/coreos-0.0.1.ebuild . For correctness, also rename the symlink in that directory to increment the revision number. Thanks. David
