mirror of
https://github.com/xcat2/confluent.git
synced 2025-04-15 17:49:34 +00:00
Add notation on how to opt out of ubuntu install internet connect
This commit is contained in:
parent
90f4a2a062
commit
1ec08336e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user