diff --git a/modules/rhcos-add-extensions.adoc b/modules/rhcos-add-extensions.adoc index 43b13eade7c9..2180476b6bf4 100644 --- a/modules/rhcos-add-extensions.adoc +++ b/modules/rhcos-add-extensions.adoc @@ -11,15 +11,12 @@ While adding software packages to {op-system} systems is generally discouraged, the MCO provides an `extensions` feature you can use to add a minimal set of features to {op-system} nodes. -Currently, the following extensions are available: +Currently, the following extension is available: * **usbguard**: Adding the `usbguard` extension protects {op-system} systems from attacks from intrusive USB devices. See link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/security_hardening/index#usbguard_protecting-systems-against-intrusive-usb-devices[USBGuard] for details. -* **kernel-devel**: Adding `kernel-devel` allows you to build modules -on your {op-system} systems to allow it to be able to build third-party -kernel modules directly on the {op-system} system. The following procedure describes how to use a MachineConfig to add one or more extensions to your {op-system} nodes.