I try to start Android on device via NFS and TFTP. Everything goes good until Android system starts booting. Something happens with network parameters and connection falls and boot freezes
[ 60.881134] nfs: server 128.247.77.158 not responding, still trying
I've decided to try add parameter to mount command such as bg, intr and hard. Is it possible to configure this parameters before system boot? Or should I modify flags in kernel code (somewhere here)?