From: Thierry Parmentelat Date: Thu, 25 Jun 2015 15:43:43 +0000 (+0200) Subject: add a config_file to have /etc/dnf/dnf.conf point at /etc/yum.myplc.d as /etc/yum... X-Git-Tag: nodeimage-5.2-5~1 X-Git-Url: http://git.onelab.eu/?p=nodeimage.git;a=commitdiff_plain;h=3b0296fbb51b65a26bdfe58d08779ed2bdb8db41 add a config_file to have /etc/dnf/dnf.conf point at /etc/yum.myplc.d as /etc/yum.conf is not read by dnf --- diff --git a/nodeconfig/yum/f22/dnf/dnf.conf b/nodeconfig/yum/f22/dnf/dnf.conf new file mode 100644 index 0000000..ea07a3c --- /dev/null +++ b/nodeconfig/yum/f22/dnf/dnf.conf @@ -0,0 +1,5 @@ +[main] +gpgcheck=1 +installonly_limit=3 +clean_requirements_on_remove=true +reposdir=/etc/yum.myplc.d