diff --git a/ROCKY/CFG/cloud-init.cfg b/ROCKY/CFG/cloud-init.cfg index d3a890e1fdc3ee23053f509134c34b401703ec95..4fa4432e87754f3a68037bd31753dc6eb1247b7f 100644 --- a/ROCKY/CFG/cloud-init.cfg +++ b/ROCKY/CFG/cloud-init.cfg @@ -2,24 +2,15 @@ add { file: "ROCKY/_supporting/0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch" } -add { - file: "ROCKY/_supporting/0001-ntp-Fix-Rocky-Linux-NTP-configuration.patch" -} - spec_change { file { name: "0001-Ensure-cloud-user-is-applied-to-Rocky-Linux.patch" type: Patch add: true - } - file { - name: "0001-ntp-Fix-Rocky-Linux-NTP-configuration.patch" - type: Patch - add: true } append { field: "Release" - value: ".0.2" + value: ".0.1" } changelog { author_name: "Release Engineering"