File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
website/content/en/docs/dev/Internals Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ containerd:
213213# EOF
214214# # `boot` is executed directly by /bin/sh as part of cloud-init-local.service's early boot process,
215215# # which is why there is no hash-bang specified in the example
216- # # See cloud-init docs for more info https://cloudinit.readthedocs .io/en/latest/topics /examples.html#run-commands-on-first-boot
216+ # # See cloud-init docs for more info https://docs.cloud-init .io/en/latest/reference /examples.html#run-commands-on-first-boot
217217# - mode: boot
218218# script: |
219219# systemctl disable NetworkManager-wait-online.service
Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ The directory contains the following files:
140140## ` cidata.iso `
141141` cidata.iso ` contains the following files:
142142
143- - ` user-data ` : [ Cloud-init user-data] ( https://cloudinit.readthedocs .io/en/latest/topics /format.html )
144- - ` meta-data ` : [ Cloud-init meta-data] ( https://cloudinit.readthedocs .io/en/latest/topics /instancedata.html )
145- - ` network-config ` : [ Cloud-init Networking Config Version 2] ( https://cloudinit.readthedocs .io/en/latest/topics /network-config-format-v2.html )
143+ - ` user-data ` : [ Cloud-init user-data] ( https://docs.cloud-init .io/en/latest/explanation /format.html )
144+ - ` meta-data ` : [ Cloud-init meta-data] ( https://docs.cloud-init .io/en/latest/explanation /instancedata.html )
145+ - ` network-config ` : [ Cloud-init Networking Config Version 2] ( https://docs.cloud-init .io/en/latest/reference /network-config-format-v2.html )
146146- ` lima.env ` : The ` LIMA_CIDATA_* ` environment variables (see below) available during ` boot.sh ` processing
147147- ` lima-guestagent ` : Lima guest agent binary
148148- ` nerdctl-full.tgz ` : [ ` nerdctl-full-<VERSION>-<OS>-<ARCH>.tar.gz ` ] ( https://github.com/containerd/nerdctl/releases )
@@ -156,7 +156,7 @@ The directory contains the following files:
156156Max file name length = 30
157157
158158### Volume label
159- The volume label is "cidata", as defined by [ cloud-init NoCloud] ( https://cloudinit.readthedocs .io/en/latest/topics /datasources/nocloud.html ) .
159+ The volume label is "cidata", as defined by [ cloud-init NoCloud] ( https://docs.cloud-init .io/en/latest/reference /datasources/nocloud.html ) .
160160
161161### Environment variables
162162- ` LIMA_CIDATA_NAME ` : the lima instance name
You can’t perform that action at this time.
0 commit comments