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

overlay/15fcos: coreos-check-ssh-keys: limit search to current boot #1373

Merged
merged 1 commit into from
Dec 17, 2021

Commits on Dec 16, 2021

  1. overlay/15fcos: coreos-check-ssh-keys: limit search to current boot

    On re-provisioning a FCOS instance, Ignition will append notices like
    "wrote ssh authorized keys file for user: %s"
    to "/etc/issue.d/30_ssh_authorized_keys.issue".
    
    The problem is that the journal from the previous install remains available
    and multiple entries are displayed when the journal is searched.
    The problem is fixed by limiting the journal output to the most recent boot.
    
    Fixes coreos/fedora-coreos-tracker#1033
    aaradhak committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    9705f26 View commit details
    Browse the repository at this point in the history