From 1ec08336e69b97f717be769e4e616dfd43c240ab Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 11 Apr 2025 13:18:41 -0400 Subject: [PATCH] Add notation on how to opt out of ubuntu install internet connect --- .../ubuntu22.04/profiles/default/autoinstall/user-data | 8 ++++++++ 1 file changed, 8 insertions(+) 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