From d41ae5bc7fb2c62cd152b5bb311a091fb922b9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 30 Mar 2015 22:49:50 +0200 Subject: [PATCH] debian: update NetworkManager configuration Especially add unmanaged-devices, otherwise NM will break vif* configuration. --- debian/qubes-core-agent.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index e311730..01da682 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -210,6 +210,7 @@ case "${1}" in echo 'plugins = keyfile' >> /etc/NetworkManager/NetworkManager.conf echo '[keyfile]' >> /etc/NetworkManager/NetworkManager.conf fi + /usr/lib/qubes/qubes-fix-nm-conf.sh # Remove old firmware updates link if [ -L /lib/firmware/updates ]; then