From 2d09dfa9ca2d00a2a9c9d9798539d2a4bb92549f Mon Sep 17 00:00:00 2001 From: Peng Date: Sat, 12 May 2018 09:01:45 -0500 Subject: [PATCH] Update README.md Update CentOS instructions --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d41de2ceb..fa57128d3 100644 --- a/README.md +++ b/README.md @@ -291,12 +291,9 @@ Installing kernel drivers on CentOS/RHEL 7.4 requires dkms tool being installed: ```shell sudo yum install -y epel-release sudo yum install -y dkms +sudo yum install -y kernel-headers-`uname -r` ``` -Current release supports up to CentOS/RHEL 7.4. If for any reason the system needs to be updated to 7.5, don’t update the kernel. Add “--exclude=kernel*” flag to yum install. For example: -```shell -sudo yum update --exclude=kernel* -``` At this point they system can install ROCm using the DKMS drivers. @@ -331,7 +328,13 @@ following command: ```shell sudo usermod -a -G video $LOGNAME -``` +``` + +Current release supports up to CentOS/RHEL 7.4. If for any reason the system needs to be updated to 7.5, don’t update the kernel. Add “--exclude=kernel*” flag to yum install. For example: + +```shell +sudo yum update --exclude=kernel* +``` #### Compiling applications using hcc, hip, etc.