mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations. This is the development version, it follows the git HEAD. WWW: https://cloud-init.io/ PR: 266847 Sponsored by: The FreeBSD Foundation Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>
5 lines
182 B
INI
5 lines
182 B
INI
--- config/cloud.cfg.d/99_freebsd.cfg.orig 2021-12-13 06:41:51 UTC
|
|
+++ config/cloud.cfg.d/99_freebsd.cfg
|
|
@@ -0,0 +1,2 @@
|
|
+no_ssh_fingerprints: true
|
|
+disable_network_activation: true
|