Skip to content

Commit c74beee

Browse files
committed
rootfs: delete more systemd-update-utmp files
Delete: - systemd-update-utmp-runlevel.service - systemd-update-utmp in addition to systemd-update-utmp.service that was already deleted before this commit. systemd-update-utmp-runlevel.service depends on /var/log/wtmp. However, systemd-tmpfiles-setup.service was already deleted, so /var/log/wtmp was not present. Signed-off-by: Dan Mihai <[email protected]>
1 parent 21b5ce3 commit c74beee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/osbuilder/rootfs-builder/rootfs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ readonly -a systemd_units=(
9090
"systemd-tpm2-setup"
9191
"systemd-tpm2-setup-early"
9292
"systemd-update-utmp"
93+
"systemd-update-utmp-runlevel"
9394
)
9495

9596
readonly -a systemd_files=(

0 commit comments

Comments
 (0)