File tree 2 files changed +5
-5
lines changed
website/content/en/docs/dev/Internals
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ containerd:
213
213
# EOF
214
214
# # `boot` is executed directly by /bin/sh as part of cloud-init-local.service's early boot process,
215
215
# # 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
217
217
# - mode: boot
218
218
# script: |
219
219
# 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:
140
140
## ` cidata.iso `
141
141
` cidata.iso ` contains the following files:
142
142
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 )
146
146
- ` lima.env ` : The ` LIMA_CIDATA_* ` environment variables (see below) available during ` boot.sh ` processing
147
147
- ` lima-guestagent ` : Lima guest agent binary
148
148
- ` 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:
156
156
Max file name length = 30
157
157
158
158
### 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 ) .
160
160
161
161
### Environment variables
162
162
- ` LIMA_CIDATA_NAME ` : the lima instance name
You can’t perform that action at this time.
0 commit comments