You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/creating-custom-live-rhcos-iso.adoc
+20-58Lines changed: 20 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -18,71 +18,47 @@ You can create a live {op-system} ISO with SSHd enabled and with predefined cred
18
18
19
19
. Download the `coreos-installer` binary from the `coreos-installer` image link:https://mirror.openshift.com/pub/openshift-v4/clients/coreos-installer/latest/[mirror] page.
20
20
21
-
. Download the latest live {op-system} ISO from link:https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/latest/rhcos-live.x86_64.iso[mirror.openshift.com].
21
+
. Download the latest live {op-system} ISO from link:https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.12/latest/[mirror.openshift.com].
22
22
23
23
. Create the `embedded.yaml` file that the `butane` utility uses to create the Ignition file:
. Once the Ignition file is created, you can include the configuration in a new live {op-system} ISO, which is named `rhcos-sshd-4.13.0-x86_64-live.x86_64.iso`, with the `coreos-installer` utility:
48
+
. After the Ignition file is created, you can include the configuration in a new live {op-system} ISO, which is named `rhcos-sshd-{product-version}.0-x86_64-live.x86_64.iso`, with the `coreos-installer` utility:
73
49
+
74
-
[source,terminal]
50
+
[source,terminal,subs="attributes+"]
75
51
----
76
-
$ coreos-installer iso ignition embed -i embedded.ign rhcos-4.13.0-x86_64-live.x86_64.iso -o rhcos-sshd-4.13.0-x86_64-live.x86_64.iso
52
+
$ coreos-installer iso ignition embed -i embedded.ign rhcos-{product-version}.0-x86_64-live.x86_64.iso -o rhcos-sshd-{product-version}.0-x86_64-live.x86_64.iso
77
53
----
78
54
79
55
.Verification
80
56
81
-
. Check that the custom live ISO can be used to boot the server by running the following command:
57
+
* Check that the custom live ISO can be used to boot the server by running the following command:
82
58
+
83
-
[source,terminal]
59
+
[source,terminal,subs="attributes+"]
84
60
----
85
-
# coreos-installer iso ignition show rhcos-sshd-4.13.0-x86_64-live.x86_64.iso
61
+
# coreos-installer iso ignition show rhcos-sshd-{product-version}.0-x86_64-live.x86_64.iso
0 commit comments