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/installation-ibm-z-user-infra-machines-iso.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Write all options in the parameter file as a single line and make sure you have
79
79
====
80
80
When you install with multiple paths, you must enable multipathing directly after the installation, not at a later point in time, as this can cause problems.
81
81
====
82
-
... Set the install device as: `coreos.inst.install_dev=/dev/sda`.
82
+
... Set the install device as: `coreos.inst.install_dev=/dev/disk/by-id/scsi-<serial_number>`.
83
83
+
84
84
[NOTE]
85
85
====
@@ -99,7 +99,7 @@ The following is an example parameter file `worker-1.parm` for a worker node wit
<1> The location of the Ignition config to install.
30
30
<2> The desired secondary console. In this case, the graphical console. Omitting this option will disable the graphical console.
31
31
<3> The desired primary console. In this case, the serial console. The `options` field defines the baud rate and other settings. A common value for this field is `115200n8`. If no options are provided, the default kernel value of `9600n8` is used. For more information on the format of this option, see the link:https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html[Linux kernel serial console] documentation.
32
-
<4> The specified disk to install to. In this case, `/dev/sda`. If you omit this option, the {boot-media} automatically runs the installation program which will fail unless you also specify the `coreos.inst.install_dev` kernel argument.
32
+
<4> The specified disk to install to. If you omit this option, the {boot-media} automatically runs the installation program which will fail unless you also specify the `coreos.inst.install_dev` kernel argument.
<1> The location of the Ignition config to install.
66
66
<2> The desired secondary console. In this case, the graphical console. Omitting this option will disable the graphical console.
67
67
<3> The desired primary console. In this case, the serial console. The `options` field defines the baud rate and other settings. A common value for this field is `115200n8`. If no options are provided, the default kernel value of `9600n8` is used. For more information on the format of this option, see the link:https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html[Linux kernel serial console] documentation.
68
-
<4> The specified disk to install to. In this case, `/dev/sda`. If you omit this option, the {boot-media} automatically runs the installer which will fail unless you also specify the `coreos.inst.install_dev` kernel argument.
68
+
<4> The specified disk to install to. If you omit this option, the {boot-media} automatically runs the installer which will fail unless you also specify the `coreos.inst.install_dev` kernel argument.
69
69
+
70
70
Your customizations are applied and affect every subsequent boot of the {boot-media}.
0 commit comments