debian: update NetworkManager configuration
Especially add unmanaged-devices, otherwise NM will break vif* configuration.
This commit is contained in:
parent
52d502bce2
commit
d41ae5bc7f
1
debian/qubes-core-agent.postinst
vendored
1
debian/qubes-core-agent.postinst
vendored
@ -210,6 +210,7 @@ case "${1}" in
|
|||||||
echo 'plugins = keyfile' >> /etc/NetworkManager/NetworkManager.conf
|
echo 'plugins = keyfile' >> /etc/NetworkManager/NetworkManager.conf
|
||||||
echo '[keyfile]' >> /etc/NetworkManager/NetworkManager.conf
|
echo '[keyfile]' >> /etc/NetworkManager/NetworkManager.conf
|
||||||
fi
|
fi
|
||||||
|
/usr/lib/qubes/qubes-fix-nm-conf.sh
|
||||||
|
|
||||||
# Remove old firmware updates link
|
# Remove old firmware updates link
|
||||||
if [ -L /lib/firmware/updates ]; then
|
if [ -L /lib/firmware/updates ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user