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/machine-config-overview.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,11 @@ The kinds of components that MCO can change include:
47
47
- **Configuration files**: Create or overwrite files in the `/var` or `/etc` directory.
48
48
- **systemd units**: Create and set the status of a systemd service or add to an existing systemd service by dropping in additional settings.
49
49
- **users and groups**: Change SSH keys in the passwd section post-installation.
50
-
50
+
+
51
51
[IMPORTANT]
52
52
====
53
-
Changing SSH keys via machine configs is only supported for the `core` user. It is not supported to add any other user via machine configs.
53
+
* Changing SSH keys by using a machine config is supported only for the `core` user.
54
+
* Adding new users by using a machine config is not supported.
54
55
====
55
56
* **kernelArguments**: Add arguments to the kernel command line when {product-title} nodes boot.
56
57
* **kernelType**: Optionally identify a non-standard kernel to use instead of the standard kernel. Use `realtime` to use the RT kernel (for RAN). This is only supported on select platforms.
0 commit comments