Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hack: Allow injecting stuff into target/dev-rootfs
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 <[email protected]>
- Loading branch information