-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.17.z
-
None
-
No
-
False
-
Description of problem:
The start-ostree command needs to be fixed in the documentation in the section 3.3.3 step 1 of "Embedding in a RHEL for Edge image for offline use"
Version-Release number of selected component (if applicable):
4.17
How reproducible:
100%
Actual results:
The following command produces 2 token result: $ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" <microshift_blueprint> edge-container | awk '{print $2}') $ echo $BUILDID Please f6e5f0e3-2632-485e-8a04-cd3ef42d3b4e
Expected results:
The command needs to be fixed to produce 1 token result: $ BUILDID=$(sudo composer-cli compose start-ostree --ref "rhel/{op-system-version-major}/$(uname -m)/edge" <microshift_blueprint> edge-container | awk '/^Compose/ {print $2}') $ echo $BUILDID f6e5f0e3-2632-485e-8a04-cd3ef42d3b4e
Additional info: