diff --git a/confluent_osdeploy/ubuntu22.04/profiles/default/autoinstall/user-data b/confluent_osdeploy/ubuntu22.04/profiles/default/autoinstall/user-data index 5b6c9894..de07bb82 100644 --- a/confluent_osdeploy/ubuntu22.04/profiles/default/autoinstall/user-data +++ b/confluent_osdeploy/ubuntu22.04/profiles/default/autoinstall/user-data @@ -1,5 +1,13 @@ #cloud-config autoinstall: +# The following can help an Ubuntu system skip install-time updates +# Only uncomment if you know you really want to do this or plan to manage the updates +# a different way. +# +# updates: security +# apt: +# disable_suites: [security] +# fallback: offline-install version: 1 early-commands: - /custom-installation/pre.sh