[lxc-devel] [lxc-ci/master] images/centos: Fix CentOS Plus repo location

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Dec 8 15:56:26 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201208/fc3e6228/attachment.bin>
-------------- next part --------------
From e7a505c596a58b02890c724b05b2d6409abb44c1 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 8 Dec 2020 16:56:05 +0100
Subject: [PATCH] images/centos: Fix CentOS Plus repo location

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/centos.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/centos.yaml b/images/centos.yaml
index ce4bfef..c098a1b 100644
--- a/images/centos.yaml
+++ b/images/centos.yaml
@@ -585,7 +585,7 @@ actions:
     set -eux
 
     # Enable the centosplus repo which has a kernel with 9p support
-    sed -i 's/^enabled=0/enabled=1/' /etc/yum.repos.d/CentOS-centosplus.repo
+    sed -i 's/^enabled=0/enabled=1/' /etc/yum.repos.d/CentOS-Linux-Plus.repo
   types:
   - vm
   releases:


More information about the lxc-devel mailing list