-
Notifications
You must be signed in to change notification settings - Fork 360
Debian/Ubuntu: dbus not installed #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
lucaswerkmeister
added a commit
to lucaswerkmeister/mkosi
that referenced
this issue
Sep 15, 2016
What do you think about adding the |
Sounds good, would you like me to add it to #16? |
Yes, that would be great! |
lucaswerkmeister
added a commit
to lucaswerkmeister/mkosi
that referenced
this issue
Sep 19, 2016
Both packages are recommended by the Debian systemd package, but debootstrap does not install Recommends. Installing dbus fixes systemd#15; the addition of libpam-systemd was suggested by @stefan-it in that same issue.
lucaswerkmeister
added a commit
to lucaswerkmeister/mkosi
that referenced
this issue
Sep 22, 2016
Both packages are recommended by the Debian systemd package, but debootstrap does not install Recommends. Installing dbus fixes systemd#15; the addition of libpam-systemd was suggested by @stefan-it in that same issue.
keszybz
pushed a commit
that referenced
this issue
Sep 29, 2016
Both packages are recommended by the Debian systemd package, but debootstrap does not install Recommends. Installing dbus fixes #15; the addition of libpam-systemd was suggested by @stefan-it in that same issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
debootstrap
does not installdbus
, probably because it only installs required dependencies of the--include
d packages (systemd
recommendsdbus
, but doesn’t require it). This means that the new image can’t be controlled withmachinectl shell
ormachinectl login
.The text was updated successfully, but these errors were encountered: