From e1245053d5730b182b3bcff510057884a0a889b7 Mon Sep 17 00:00:00 2001 From: parmentelat Date: Wed, 5 Dec 2018 11:13:23 +0100 Subject: [PATCH] copy just the 2 core repos into container when bootstrapping a container fs --- lbuild-initvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index 71a7e243..da0ef1c1 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -179,7 +179,7 @@ function fedora_download() { # copy yum config and repo files cp /etc/yum.conf $INSTALL_ROOT/etc/ - cp /etc/yum.repos.d/fedora*.repo $INSTALL_ROOT/etc/yum.repos.d/ + cp /etc/yum.repos.d/fedora{,-updates}.repo $INSTALL_ROOT/etc/yum.repos.d/ # append fedora repo files with desired ${fedora_release} and $basearch for f in $INSTALL_ROOT/etc/yum.repos.d/* ; do -- 2.43.0