From fc646bc71bde020b8905baac25a65e9f838c7ed1 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. (cherry picked from commit d41ae5bc7fb2c62cd152b5bb311a091fb922b9cf) --- 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 a891ae9..df7c9f2 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -215,6 +215,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