The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/366

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From 1085380d0f316aa379b06cee78c0321dcff8302f Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Tue, 6 Oct 2020 15:05:05 +0200
Subject: [PATCH] sources: Fix CentOS 8-Stream rootfs

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 sources/centos-http.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sources/centos-http.go b/sources/centos-http.go
index e580c92..7a8f052 100644
--- a/sources/centos-http.go
+++ b/sources/centos-http.go
@@ -348,7 +348,7 @@ fi
 
 # Create a minimal rootfs
 mkdir /rootfs
-yum ${yum_args} --installroot=/rootfs -y --releasever=%s install basesystem 
centos-release yum
+yum ${yum_args} --installroot=/rootfs -y --releasever=%s --skip-broken install 
basesystem centos-release yum
 rm -rf /rootfs/var/cache/yum
 `, gpgKeysPath, s.majorVersion))
        if err != nil {
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to