Skip to content
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

debian: set systemd default.target to graphical #2

Merged
merged 1 commit into from
Aug 3, 2016

Conversation

pdsouza
Copy link
Member

@pdsouza pdsouza commented Aug 3, 2016

This explicitly sets the systemd default.target symlink to point to
graphical.target.

This also fixes a previous bug with the "-e" file check that always
returned false even if default.target existed since it was being run
from outside the chroot. This would result in the container booting into
multi-user.target (set by LXC during lxc-create), not starting up the
display manager, and resulting in blank HDMI display output.

This explicitly sets the systemd default.target symlink to point to
graphical.target.

This also fixes a previous bug with the "-e" file check that always
returned false even if default.target existed since it was being run
from outside the chroot. This would result in the container booting into
multi-user.target (set by LXC during lxc-create), not starting up the
display manager, and resulting in blank HDMI display output.
@pdsouza pdsouza merged commit 894c535 into master Aug 3, 2016
@pdsouza pdsouza deleted the pdsouza/fix-default.target-symlink-check branch August 3, 2016 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant