Skip to content

Commit

Permalink
docs: improve info call out box (#5337)
Browse files Browse the repository at this point in the history
* docs: improve info call out box

* docs: retrigger build

(cherry picked from commit 8a8aec4)
  • Loading branch information
caroldelwing committed Jan 10, 2025
1 parent 1a3a7bd commit 5d8f34a
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,10 @@ customization.
:::info
If you plan to build Edge artifacts using a content bundle, use the `+build-provider-images` option instead of the
`+build-all-images` option in the command above. The command, `sudo ./earthly.sh +build-provider-images`, will build
the provider images but not the Edge installer ISO.
If you plan to build the Edge Installer ISO using a content bundle, use the `+build-provider-images` option instead
of the `+build-all-images` option in the command above. The command `sudo ./earthly.sh +build-provider-images` will
build the provider images but not the Edge installer ISO. After the provider images are built, follow the steps in
the [Build Content Bundle](./build-content-bundle.md) guide to build the Edge installer ISO using a content bundle.
:::
Expand Down Expand Up @@ -751,9 +752,10 @@ git checkout v4.4.12
:::info
If you plan to build Edge artifacts using a content bundle, use the `+build-provider-images` option instead of the
`+build-all-images` option in the command above. The command, `sudo ./earthly.sh +build-provider-images`, will build
the provider images but not the Edge installer ISO.
If you plan to build the Edge Installer ISO using a content bundle, use the `+build-provider-images` option instead
of the `+build-all-images` option in the command above. The command `sudo ./earthly.sh +build-provider-images` will
build the provider images but not the Edge installer ISO. After the provider images are built, follow the steps in
the [Build Content Bundle](./build-content-bundle.md) guide to build the Edge installer ISO using a content bundle.
:::info
Expand Down

0 comments on commit 5d8f34a

Please sign in to comment.