mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
image build and composition scripts for Flatcar Container Linux
We add `sys-apps/ignition` as a `coreos-base/coreos` dependency to get `/usr/libexec/ignition-rmcfg` available on the _real_ root. Now we want `/usr/bin/ignition` to be in the chroot until it's being copied to the initramfs but we don't want it on the actual root. With `PKG_INSTALL_MASK`, we'll prevent `/usr/bin/ignition` to be added to the image in the `./build_image` - at this time, initramfs is already created and `sys-apps/ignition` is a binary package. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> |
||
---|---|---|
sdk_container/src/third_party/coreos-overlay |