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

[RHEL-9] Fix wrong dracut timeout message #5406

Merged

Commits on Jan 16, 2024

  1. Fix wrong dracut timeout message

    We added Anaconda error reporting when Dracut timeout during boot. If
    the reason is known issue we will print that to a user. However, in case
    it is not known the code failed with message:
    
    ... /run/anaconda/initrd_errors.txt: No such file or directory
    
    To fix this just print "Reason unknown" and not execute rest of the
    code.
    
    (cherry picked from commit 87780c8)
    
    Resolves: RHEL-5638
    jkonecny12 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    05c2e3d View commit details
    Browse the repository at this point in the history