File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -360,14 +360,22 @@ Ensure that the architecture of the `$RELEASE_IMAGE` matches the architecture of
360
360
+
361
361
[source,terminal]
362
362
----
363
- $ oc image extract $CCO_IMAGE -- file="/usr/bin/ccoctl" -a ~/.pull-secret
363
+ $ oc image extract $CCO_IMAGE \
364
+ -- file="/usr/bin/ccoctl.<rhel _version >" \// <1>
365
+ -a ~/.pull-secret
364
366
----
367
+ <1> For `<rhel_version>` , specify the value that corresponds to the version of {op-system-base-full} that the host uses.
368
+ If no value is specified, `ccoctl.rhel8` is used by default.
369
+ The following values are valid:
370
+ +
371
+ * `rhel8` : Specify this value for hosts that use {op-system-base} 8.
372
+ * `rhel9` : Specify this value for hosts that use {op-system-base} 9.
365
373
366
374
. Change the permissions to make `ccoctl` executable by running the following command:
367
375
+
368
376
[source,terminal]
369
377
----
370
- $ chmod 775 ccoctl
378
+ $ chmod 775 ccoctl.< rhel _version >
371
379
----
372
380
373
381
.Verification
You can’t perform that action at this time.
0 commit comments