Skip to content

Commit

Permalink
Include dbus and libpam-systemd in debootstrap-equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
dillona committed Nov 14, 2024
1 parent 653adbe commit da8322a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkosi/distributions/debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def install(cls, context: Context) -> None:
"?essential",
"?exact-name(usr-is-merged)",
"base-files",
"dbus",
"libpam-systemd",
],
options=["--bind", f.name, workdir(Path(f.name))],
)
Expand Down

0 comments on commit da8322a

Please sign in to comment.