1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

boundimages: Switch from bootc-experimental to bootc

This is a stable enough feature to be included in the
primary bootc directory.

Signed-off-by: Chris Kyrouac <ckyrouac@redhat.com>
This commit is contained in:
Chris Kyrouac
2024-07-22 10:57:01 -04:00
parent affe394dcb
commit 9fa341eb27
4 changed files with 5 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ all:
install:
install -D -m 0755 -t $(DESTDIR)$(prefix)/bin target/release/bootc
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc-experimental/bound-images.d
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/bound-images.d
install -d -m 0755 $(DESTDIR)$(prefix)/lib/bootc/kargs.d
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