Skip to content

Tags: monkey-jsun/android-cuttlefish

Tags

v1.50.0-riscv64-260410

Toggle v1.50.0-riscv64-260410's commit message
rules_rust: use glob for exports_files in patches BUILD.bazel

v1.50.0-riscv64-260414

Toggle v1.50.0-riscv64-260414's commit message
Introduce createdBy label for identifying ctr instances from podcvd

prebuilt-riscv64-assests

Toggle prebuilt-riscv64-assests's commit message
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>