File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +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
+ ln -s ../bootc-status-updated-onboot .target $(DESTDIR ) /$(prefix ) /lib/systemd/system/multi-user.target.wants/bootc-status-updated-onboot .target
31
31
install -D -m 0644 -t $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/usr/lib/ostree/ baseimage/base/usr/lib/ostree/prepare-root.conf
32
32
install -d -m 755 $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/sysroot
33
33
cp -PfT baseimage/base/ostree $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/ostree
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ ExecStart=/usr/bin/bootc internals publish-rhsm-facts
9
9
10
10
[Install]
11
11
WantedBy =bootc-status-updated.target
12
+ WantedBy =bootc-status-updated-onboot.target
Original file line number Diff line number Diff line change
1
+ [Unit]
2
+ Description=Target for bootc status changes on boot
3
+ Documentation=man:bootc-status-updated.target(8)
4
+ ConditionPathExists=/run/ostree-booted
5
+
6
+ [Install]
7
+ WantedBy=multi-user.target
Original file line number Diff line number Diff line change @@ -3,6 +3,3 @@ Description=Target for bootc status changes
3
3
Documentation=man:bootc-status-updated.target(8)
4
4
StopWhenUnneeded=true
5
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