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

anaconda-diskroot: wait before dying on media check fail #5292

Merged

Commits on Oct 30, 2023

  1. anaconda-diskroot: wait before dying on media check fail

    If a modesetting driver has been loaded by the time the media
    check happens, halting the system (as we currently do immediately
    if the check fails) blanks the screen, which is confusing for
    the user. This adds a warning message and a 12-hour wait before
    the system is eventually halted, so the user can see the media
    check failure and (presumably) reboot and fix the medium.
    
    It also tweaks the text of the failure message not to call it a
    "CD check", since it's not 1998 any more.
    
    Resolves: rhbz#2246410
    
    Signed-off-by: Adam Williamson <[email protected]>
    AdamWill committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3c5ce5a View commit details
    Browse the repository at this point in the history