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

Remove pivot invocations of systemctl reboot #1809

Merged

Commits on Jun 10, 2020

  1. Remove pivot invocations of systemctl reboot

    While chasing https://bugzilla.redhat.com/show_bug.cgi?id=1842906
    I thought at one point this code might be invoked and was causing
    a reboot that shouldn't be happening.
    
    That turned out not to be the case.  But since nothing uses
    the `--reboot` or stamp file anymore (we use the `-firstboot`)
    code, the MCD code is always controlling reboots, delete this code.
    
    Code that doesn't exist can't have (potential) bugs.
    cgwalters committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    dd50202 View commit details
    Browse the repository at this point in the history