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.
This commit is contained in:
Andrey Konovalov 2020-03-25 17:46:49 +01:00 committed by Dmitry Vyukov
parent ff9f28fce0
commit 9af8b4b30b

View File

@ -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