debian: update NetworkManager configuration

Especially add unmanaged-devices, otherwise NM will break vif*
configuration.
This commit is contained in:
Marek Marczykowski-Górecki 2015-03-30 22:49:50 +02:00
parent 52d502bce2
commit d41ae5bc7f

View File

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