문제

After android-x86 loaded in VirtualBox I am configuring network(for Bridge):

route add default gw 192.168.0.1 dev eth0
setprop net.dns1 192.168.0.1

All goes fine but I don't want to write this commands any time I load virtual machine. Is there any way to write this commands in some config or somthing else?

도움이 되었습니까?

해결책

Add it to the end of /etc/init.sh

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top