ソースを参照

debian: update NetworkManager configuration

Especially add unmanaged-devices, otherwise NM will break vif*
configuration.
Marek Marczykowski-Górecki 9 年 前
コミット
d41ae5bc7f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      debian/qubes-core-agent.postinst

+ 1 - 0
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