Skip to content

Commit

Permalink
bin/ubuntu-core-initramfs: include dbus files for org.freedesktop.sys…
Browse files Browse the repository at this point in the history
…temd1

These were pulled in on uc22, get them back as they are needed by
systemd-run when used from snap-bootstrap.
  • Loading branch information
alfonsosanchezbeato committed Mar 13, 2024
1 parent d8d6d74 commit 10b19cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/ubuntu-core-initramfs
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def install_systemd_files(dest_dir, sysroot):
# * Configuration for systemd-tmpfiles
# TODO: some of this can be cleaned up
to_include = re.compile(r"^(/usr)?/lib/systemd/system|"
r"/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service|"
r"/usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf|"
r".*/modprobe\.d/|"
r".*/sysctl\.d/|"
r".*/rules\.d/|"
Expand Down

0 comments on commit 10b19cb

Please sign in to comment.