Re: [uClinux-dev] NEED HELP!!!

From: Uwe Beutin (uwe@imbrium.de)
Date: Fri Oct 11 2002 - 07:37:16 EDT


On Fri, 11 Oct 2002 MG-technik@gmx.de wrote:

> sorry for this stupid questions, but I don't know, how to solf this
> problems:

The questions aren't stupid, but your subject line is ;)

> 1.)  How can step over the login step of my Distro? I use uCsimm and I like 
>      to have direct access to the system after power-up... 

change your /etc/inittab to have your getty line look like this:

#
ttyS0:vt100:/bin/agetty -n -l /bin/sh 19200 ttyS0
#

> 2.)  What things should I do to execute a self-written C-program directly   
>   after start-up?

Simply add it to your /etc/rc or spawn it from inittab.. in your case, 
use /etc/rc.

> 3.)  How can I mount my nfs after start-up automaticly (with a fixed IP) for
>      communication with my computer? What files I should rewrite?

Just the /etc/rc. Check your IP settings with ifconfig. Do something 
like:

#
portmap &
mount -t nfs 192.168.x.x:/home/uclinux /usr
#

> Thanks all, who can help me.

No problem :)

	Uwe

This message resent by the uclinux-dev@uclinux.org list server http://www.uClinux.org/


This archive was generated by hypermail 2.1.4 : Fri Oct 11 2002 - 08:02:04 EDT