mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Specifically, I want to hack on both e.g. ostree and bootc at the same time. With this, I can do (from ostree): ```bash $ make install DESTDIR=/path/to/bootc/target/dev-rootfs ``` Then from this repo, running a container build will get me both. Signed-off-by: Colin Walters <walters@verbum.org>