debian: update NetworkManager configuration
Especially add unmanaged-devices, otherwise NM will break vif*
configuration.
(cherry picked from commit d41ae5bc7f
)
This commit is contained in:
parent
48715ef863
commit
fc646bc71b
1
debian/qubes-core-agent.postinst
vendored
1
debian/qubes-core-agent.postinst
vendored
|
@ -215,6 +215,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