Skip to content

Commit e364a12

Browse files
authored
Merge pull request #86052 from aravipra/OCPBUGS-44801
OCPBUGS#44801:update the command in offline installation
2 parents 247db54 + 743fcfc commit e364a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/microshift-creating-ostree-iso.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the following procedure to create the ISO. The {op-system-ostree} Installer
2121
+
2222
[source,terminal,subs="+quotes"]
2323
----
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>
24+
$ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" __<microshift_blueprint>__ edge-container | awk '/^Compose/ {print $2}') <1>
2525
----
2626
<1> Replace `_<microshift_blueprint>_` with the name of your blueprint.
2727
+

0 commit comments

Comments
 (0)