Files
smeserver-update/root/etc/e-smith/templates/etc/dnf/automatic.conf/50base
Jean-Philippe Pialasse 6e69a3f6e6 * Tue Apr 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-11.sme
- fix debuglevel=-2 not allowed [SME: 12637]
- force modules needed for core [SME: 12618]
  php:remi-8.3 perl:5.26 python36:3.6 mariadb:10.5
2024-04-23 12:18:22 -04:00

13 lines
268 B
Plaintext

[base]
# This section overrides dnf.conf
# Use this to filter dnf core messages
# -4: critical
# -3: critical+errors
# -2: critical+errors+warnings (default)
debuglevel = { $dnf{Debug} || '2' }
# Uncomment to auto-import new gpg keys (dangerous)
# assumeyes = True