From eba3a2bb431742fdb9dd07dd6e4156a79966fb4f Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 28 Jun 2023 13:47:02 +0000 Subject: [PATCH] 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 --- fedora-cloud-base.ks | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 4fae1d7..52a3b7d 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -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