Tags: monkey-jsun/android-cuttlefish
Tags
cuttlefish-integration-gigabyte-arm64: fix NetworkManager connections. Previously we use dhclient to workaround this issue. But the actual problem is the NetworkManager is stucked by a wrong configuration of "Wired connection 1". Since dhclient is deprecated, we wrote a script to replace the dhclient's functionality. Actually the script will fix the NetworkManager. And once it run, the NetworkManager will be well without this script to run again. But calling this script multiple times doesn't harm either because once the connection is being setup, the script won't touch those connected devices. Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>