debian: update NetworkManager configuration

Especially add unmanaged-devices, otherwise NM will break vif*
configuration.

(cherry picked from commit d41ae5bc7f)
This commit is contained in:
Marek Marczykowski-Górecki 2015-03-30 22:49:50 +02:00
parent 48715ef863
commit fc646bc71b

View File

@ -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