mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 02:54:22 +00:00
cloud base: Add python3-dnf-plugin-tracer
This PR implements the automatic cloud reboots change written here: https://fedoraproject.org/wiki/Changes/Automatic_Cloud_Reboot_On_Updates
This commit is contained in:
parent
e095131572
commit
eba3a2bb43
@ -57,6 +57,13 @@ reboot
|
||||
# Include packages for the cloud-server-environment group
|
||||
@^cloud-server-environment
|
||||
|
||||
# Install the tracer dnf plugin to enable automatic reboots
|
||||
# IF the user requests package updates
|
||||
# AND requests a reboot
|
||||
# AND the packages updated require a reboot.
|
||||
# https://fedoraproject.org/wiki/Changes/Automatic_Cloud_Reboot_On_Updates
|
||||
python3-dnf-plugin-tracer
|
||||
|
||||
# Don't include the kernel toplevel package since it pulls in
|
||||
# kernel-modules. We're happy for now with kernel-core.
|
||||
-kernel
|
||||
|
Loading…
Reference in New Issue
Block a user