rpm: remove /lib/firmware/updates link
It is no longer needed and currently broke linux-firmware package installation.
This commit is contained in:
parent
b21ee1fc42
commit
fe69bba14b
@ -193,9 +193,9 @@ fi
|
|||||||
# Remove ip_forward setting from sysctl, so NM will not reset it
|
# Remove ip_forward setting from sysctl, so NM will not reset it
|
||||||
sed 's/^net.ipv4.ip_forward.*/#\0/' -i /etc/sysctl.conf
|
sed 's/^net.ipv4.ip_forward.*/#\0/' -i /etc/sysctl.conf
|
||||||
|
|
||||||
# Install firmware link only on system which haven't it yet
|
# Remove old firmware updates link
|
||||||
if ! [ -e /lib/firmware/updates ]; then
|
if [ -L /lib/firmware/updates ]; then
|
||||||
ln -s /lib/modules/firmware /lib/firmware/updates
|
rm -f /lib/firmware/updates
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! grep -q '/etc/yum\.conf\.d/qubes-proxy\.conf' /etc/yum.conf; then
|
if ! grep -q '/etc/yum\.conf\.d/qubes-proxy\.conf' /etc/yum.conf; then
|
||||||
|
Loading…
Reference in New Issue
Block a user