mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
Initialize a containers-storage: owned by bootc, use for bound images
Closes: https://github.com/containers/bootc/issues/721 - Initialize a containers-storage: instance at install time (that defaults to empty) - Open it at the same time we open the ostree repo/sysroot - Change bound images to use this We are *NOT* yet changing the base bootc image pull to use this. That's an obvious next step (xref https://github.com/containers/bootc/pull/215 ) but will come later. Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
1
Makefile
1
Makefile
@@ -11,6 +11,7 @@ install:
|
||||
install -D -m 0755 -t $(DESTDIR)$(prefix)/bin target/release/bootc
|
||||
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/bound-images.d
|
||||
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/kargs.d
|
||||
ln -s /sysroot/ostree/bootc/storage $(DESTDIR)$(prefix)/lib/bootc/storage
|
||||
install -d -m 0755 $(DESTDIR)$(prefix)/lib/systemd/system-generators/
|
||||
ln -f $(DESTDIR)$(prefix)/bin/bootc $(DESTDIR)$(prefix)/lib/systemd/system-generators/bootc-systemd-generator
|
||||
install -d $(DESTDIR)$(prefix)/lib/bootc/install
|
||||
|
||||
Reference in New Issue
Block a user