Adds an option to shutdown the system after updates have been installed, instead of rebooting. Usages: dnf offline-distrosync reboot --poweroff dnf offline-upgrade reboot --poweroff dnf system-upgrade reboot --poweroff Additional info: This is a backport of the community PR from upstream: https://github.com/rpm-software-management/dnf-plugins-core/pull/467.
Already fixed by upstream PRs: https://github.com/rpm-software-management/dnf-plugins-core/pull/467 - implementation of logic https://github.com/rpm-software-management/dnf-plugins-core/pull/471 - strings translation fix