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

Live ISO: set the root password from boot command line or interactively #1288

Merged
merged 2 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. Live ISO: set the root password from boot command line or interactively

    This handles several boot command line options for setting the root password:
    
    - "agama.password=<password>" - set password (plain text)
    - "agama.password_hash=<password_hash>" - set hashed password
      (generated by "mkpasswd" or "openssl passwd")
    - "agama.password_systemd" - interactively ask for the password during boot
      using the "systemd-ask-password" tool
    - "agama.password_dialog" - interactively ask for the password during boot
      using an interactive dialog
    lslezak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0b14a04 View commit details
    Browse the repository at this point in the history
  2. Review fix

    lslezak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6aa396b View commit details
    Browse the repository at this point in the history