Skip to content

Commit a779381

Browse files
authored
Merge pull request #78516 from aravipra/OSDOCS-11019
OSDOCS-11019: updates command parameters under installing in MicroShift
2 parents 91fae65 + 3d8dbed commit a779381

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

modules/microshift-creating-ostree-iso.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Use the following procedure to create the ISO. The {op-system-ostree} Installer
1919

2020
. Start an `ostree` container image build by running the following command:
2121
+
22-
[source,terminal,subs="attributes+"]
22+
[source,terminal,subs="+quotes"]
2323
----
24-
$ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" minimal-microshift edge-container | awk '{print $2}')
24+
$ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" __<microshift_blueprint>__ edge-container | awk '{print $2}') <1>
2525
----
26+
<1> Replace _<microshift_blueprint>_ with the name of your blueprint.
2627
+
2728
This command also returns the identification (ID) of the build for monitoring.
2829

@@ -37,16 +38,16 @@ $ sudo composer-cli compose status
3738

3839
[source,terminal]
3940
----
40-
ID Status Time Blueprint Version Type Size
41-
cc3377ec-4643-4483-b0e7-6b0ad0ae6332 RUNNING Wed Jun 7 12:26:23 2023 minimal-microshift 0.0.1 edge-container
41+
ID Status Time Blueprint Version Type Size
42+
cc3377ec-4643-4483-b0e7-6b0ad0ae6332 RUNNING Wed Jun 7 12:26:23 2023 microshift_blueprint 0.0.1 edge-container
4243
----
4344
+
4445
.Example output of a completed build
4546

4647
[source,terminal]
4748
----
48-
ID Status Time Blueprint Version Type Size
49-
cc3377ec-4643-4483-b0e7-6b0ad0ae6332 FINISHED Wed Jun 7 12:32:37 2023 minimal-microshift 0.0.1 edge-container
49+
ID Status Time Blueprint Version Type Size
50+
cc3377ec-4643-4483-b0e7-6b0ad0ae6332 FINISHED Wed Jun 7 12:32:37 2023 microshift_blueprint 0.0.1 edge-container
5051
----
5152
+
5253
[NOTE]

0 commit comments

Comments
 (0)