Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/microshift-embed-microshift-image-offline-deploy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ You can use image builder to create `rpm-ostree` system images with embedded {mi
----
$ sudo dnf install -y microshift-release-info-<release_version>
----
+
Replace `<release_version>` with the numerical value of the release you are deploying, using the entire version number, such as `4.16.0`.

.. List the contents of the `/usr/share/microshift/release` directory to verify the presence of the release information files by running the following command:
Expand All @@ -56,6 +57,7 @@ If you installed the `microshift-release-info` RPM, you can proceed to step 4.
----
$ sudo dnf download microshift-release-info-<release_version>
----
+
Replace `<release_version>` with the numerical value of the release you are deploying, using the entire version number, such as `4.16.0`.
+
.Example rpm
Expand Down