dom-updates: drop 'distroverpkg' from dnf.conf

It does nothing in dnf (was useful in yum era).

QubesOS/qubes-issues#4477
pull/46/head
Marek Marczykowski-Górecki 6 years ago
parent c03fbecb4e
commit 8555ff4ced
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -73,8 +73,7 @@ EOF
if [ -e /etc/dnf/dnf.conf ]; then if [ -e /etc/dnf/dnf.conf ]; then
update_conf /etc/dnf/dnf.conf " update_conf /etc/dnf/dnf.conf "
reposdir=/etc/yum.real.repos.d reposdir=/etc/yum.real.repos.d
installonlypkgs = kernel, kernel-qubes-vm installonlypkgs = kernel, kernel-qubes-vm"
distroverpkg = qubes-release"
fi fi
if [ -e /etc/yum.conf ]; then if [ -e /etc/yum.conf ]; then

Loading…
Cancel
Save