Skip to content

Commit 2ee6cb0

Browse files
authored
Merge pull request #2275 from afbjorklund/cloud-init-docs
The cloud-init documentation was remodelled
2 parents 5526c28 + e1a7ab1 commit 2ee6cb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

website/content/en/docs/dev/Internals/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
156156
Max 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

0 commit comments

Comments
 (0)