File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ install:
27
27
install -D -m 0644 -t $(DESTDIR ) /$(prefix ) /lib/systemd/system systemd/* .service systemd/* .timer systemd/* .path systemd/* .target
28
28
install -d -m 0755 $(DESTDIR ) /$(prefix ) /lib/systemd/system/multi-user.target.wants
29
29
ln -s ../bootc-status-updated.path $(DESTDIR ) /$(prefix ) /lib/systemd/system/multi-user.target.wants/bootc-status-updated.path
30
+ ln -s ../bootc-status-updated.target $(DESTDIR ) /$(prefix ) /lib/systemd/system/multi-user.target.wants/bootc-status-updated.target
30
31
install -D -m 0644 -t $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/usr/lib/ostree/ baseimage/base/usr/lib/ostree/prepare-root.conf
31
32
install -d -m 755 $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/sysroot
32
33
cp -PfT baseimage/base/ostree $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/ostree
Original file line number Diff line number Diff line change 2
2
Description=Target for bootc status changes
3
3
Documentation=man:bootc-status-updated.target(8)
4
4
StopWhenUnneeded=true
5
+ ConditionPathExists=/run/ostree-booted
6
+
7
+ [Install]
8
+ WantedBy=multi-user.target
You can’t perform that action at this time.
0 commit comments