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

login: start the getty services earlier #175

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 2, 2024

  1. login: start the getty services earlier

    The login package is intended to help debug failures that occur early
    in boot, but by default the getty services are not started until
    `multi-user.target`, which is only activated if everything works as
    expected.
    
    Start the `getty.target` as part of `preconfigured.target` so that
    the login prompt will be available even if there are problems with
    networking or filesystem mounts.
    
    Signed-off-by: Ben Cressey <bcressey@amazon.com>
    bcressey committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f9c6c29 View commit details
    Browse the repository at this point in the history