From abfff68de645ee569687b837fa3d8b6108698cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Mar 2021 21:49:19 +0200 Subject: [PATCH] docs: Update CentOS install docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are two changes here. There first one being relying on the `centos-release-advanced-virtualization` package instead providing the content of the repo ourselves; and the second one being installing `kata-containers` (2.x) instead of the `kata-runtime` one (1.x). Fixes: #1583 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 1ce29fc95973fbb474cb3d94a659f248e91f7746) --- docs/install/centos-installation-guide.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/install/centos-installation-guide.md b/docs/install/centos-installation-guide.md index f55f20d962..df7340d268 100644 --- a/docs/install/centos-installation-guide.md +++ b/docs/install/centos-installation-guide.md @@ -3,15 +3,9 @@ 1. Install the Kata Containers components with the following commands: ```bash + $ sudo -E dnf install -y centos-release-advanced-virtualization + $ sudo -E dnf module disable -y virt:rhel $ source /etc/os-release - $ cat <