mirror of
https://github.com/xcat2/confluent.git
synced 2025-10-22 23:15:33 +00:00
Add notation on how to opt out of ubuntu install internet connect
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user