78c819d623
Add configuration to allow the switch between dnf/yum or provide an alternative package manager. Change-Id: I913769fcf5875a12b4561958cf7c90b74cd116ea
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
[main]
|
|
keepcache=0
|
|
logfile=/var/log/dnf.log
|
|
exactarch=1
|
|
obsoletes=1
|
|
gpgcheck=1
|
|
plugins=1
|
|
installonly_limit=0
|
|
skip_missing_names_on_install=False
|
|
clean_requirements_on_remove=True
|
|
tsflags=nodocs
|
|
install_weak_deps=False |