Skip to content

Commit

Permalink
Merge pull request #647 from stgraber/doc
Browse files Browse the repository at this point in the history
Documentation tweaks
  • Loading branch information
freeekanayaka authored Mar 22, 2024
2 parents 9806e2c + 32368c3 commit 7adebc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions doc/cloud-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Rebooting the instance does not re-trigger the actions.

## `cloud-init` support in images

To use `cloud-init`, you must base your instance on an image that has `cloud-init` installed:
To use `cloud-init`, you must base your instance on an image that has `cloud-init` installed.

* All images from the `ubuntu` and `ubuntu-daily` {ref}`image servers <image-servers>` have `cloud-init` support.
* Images from the [`images` remote](https://images.linuxcontainers.org/) have `cloud-init`-enabled variants, which are usually bigger in size than the default variant.
The cloud variants use the `/cloud` suffix, for example, `images:ubuntu/22.04/cloud`.
Images from the [`images` remote](https://images.linuxcontainers.org/) have `cloud-init`-enabled variants, which are usually bigger in size than the default variant.
The cloud variants use the `/cloud` suffix, for example, `images:ubuntu/22.04/cloud`.

## Configuration options

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/benchmark_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you run this tool repeatedly with different configurations, you can compare t
If the `incus-benchmark` tool isn't provided with your installation, you can build it from source.
Make sure that you have `go` (see {ref}`requirements-go`) installed and install the tool with the following command:

go install github.com/lxc/incus/incus-benchmark@latest
go install github.com/lxc/incus/cmd/incus-benchmark@latest

## Run the tool

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/images_remote.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(images-remote)=
# How to use remote images

The [`incus`](incus.md) CLI command is pre-configured with several remote image servers.
The [`incus`](incus.md) CLI command can support several image servers and comes pre-configured with our own.
See {ref}`image-servers` for an overview.

## List configured remotes
Expand Down

0 comments on commit 7adebc4

Please sign in to comment.