diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-03-25 17:46:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-27 06:58:53 +0100 |
| commit | 9af8b4b30b7381d85e62ddaa51b98caeb01da7ee (patch) | |
| tree | bfc919de26aec98dfb047f9afcc72d429a72f532 | |
| parent | ff9f28fce0085dd025acda71767d09275b736dad (diff) | |
dashboard/config: disable network interface renaming on android-5.4
Using Debian Stretch image in combination with android-5.4 kernel results
in eth0 being renamed to e.g. enp0s4 by virtio_net driver, which breaks
our startup scripts. Disable network interface renaming via a kernel
commandline argument.
| -rw-r--r-- | dashboard/config/android/cmdline-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/config/android/cmdline-5.4 b/dashboard/config/android/cmdline-5.4 index 46858c875..b1f4c08da 100644 --- a/dashboard/config/android/cmdline-5.4 +++ b/dashboard/config/android/cmdline-5.4 @@ -9,3 +9,4 @@ vivid.multiplanar=1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2 dummy_hcd.num=8 binder.debug_mask=0 panic_on_warn=0 +net.ifnames=0 |
