AWS drs documentation change
Summary
Updated kernel development package checks for Linux agent installation: modified grep pattern and added SUSE-specific installation command
Security assessment
Changes are purely operational improvements for agent installation troubleshooting. No security vulnerabilities are mentioned, patched, or documented in these changes.
Diff
diff --git a/drs/latest/userguide/agent-install-linux-errors.md b/drs/latest/userguide/agent-install-linux-errors.md index 91bf1e84f..08126bce3 100644 --- a//drs/latest/userguide/agent-install-linux-errors.md +++ b//drs/latest/userguide/agent-install-linux-errors.md @@ -84 +84 @@ This topic covers errors that you might encounter during or after installing the - $ rpm -qa | grep kernel-devel + $ rpm -qa | grep 'kernel.*devel' @@ -104 +104 @@ If a symlink exists, remove it with `rm`. - * **RHEL/CentOS/SUSE:** + * **RHEL/CentOS:** @@ -107,0 +108,4 @@ If a symlink exists, remove it with `rm`. + * **SUSE:** + + $ sudo zypper install kernel-default-devel=$(uname -r | sed "s/-default//") +