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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user