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: Tweak coreos-boot-mount-generator to deal with older RHCOS #219

Merged
merged 1 commit into from
Nov 7, 2019

Commits on Nov 7, 2019

  1. overlay: Tweak coreos-boot-mount-generator to deal with older RHCOS

    I was debugging a customer's test system that was installed as
    OpenShift 4.2 and then upgraded, and noticed rpm-ostreed wasn't
    starting on reboot, which was because `/boot` wasn't mounted,
    which was because the `systemd-fstab-generator` and this code
    had actually raced and generated a corrupted `/run/systemd/boot.mount`.
    
    Tweak this code so it cleanly exits and defers to systemd-fstab-generator
    for RHCOS-4.2 or older systems.
    cgwalters committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    e31576c View commit details
    Browse the repository at this point in the history