Jivin kailash toshniwal lays it down ...
> Hello!
>   What can I do to avoid setting IP address onto the board everytime I boot? 

You can edit:

        vendors/Hitachi/EDOSK2674/rc

and add something like:

        ifconfig eth0 192.168.0.1 netmask 255.255.255.0

but it will get iverridden by the start file created by
vendors/Hitachi/EDOSK2674/Makefile

I would suggest:

        edit vendors/Hitachi/EDOSK2674/Makefile

change the line:

        echo "dhcpcd eth0 &" > $(ROMFSDIR)/etc/default/start

to

        echo "ifconfig eth0 192.168.0.1 netmask 255.255.255.0" > 
$(ROMFSDIR)/etc/default/start

You can then edit and change /etc/config/start on the running system
and save it it using flatfsd if you need to without rebuilding the
image,

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to