mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-14 16:38:40 +00:00
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:
parent
ff9f28fce0
commit
9af8b4b30b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user