diff options
Diffstat (limited to 'yum.conf.in')
-rw-r--r-- | yum.conf.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/yum.conf.in b/yum.conf.in new file mode 100644 index 0000000..d5e30d0 --- /dev/null +++ b/yum.conf.in @@ -0,0 +1,17 @@ +[main] +cachedir=@PWD@/cachedir +debuglevel=1 +logfile=@PWD@/yum.log +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 +reposdir=/dev/null +modulesdir=@PWD@/modules + +[local] +name=local +baseurl=file://@PWD@/repo +failovermethod=priority +enabled=1 +gpgcheck=0 |