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

feat(live): Set the root password from ISO metadata #1290

Merged
merged 2 commits into from
Jun 6, 2024

Commits on Jun 5, 2024

  1. feat(live): Set the root password from ISO metadata

    The default root password can be embedded into the ISO file metadata
    using command:
    
        tagmedia --add-tag "agama_password=$((openssl passwd -6) | base64 -w 0)" agama.iso
    
    If the root password is set by other options on the boot command line
    then they will override this ISO file default.
    lslezak committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d94a4f9 View commit details
    Browse the repository at this point in the history
  2. Fixed using parent device

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