| How to remove dependency of input giving "root" after kernel bootu Hi,
I am working on embedded platform.
I have TI's OMAP processor board and using angstrom 2.6.28-omap1 Linux distribution.
At the end of booting Linux distro, I need to type "root" from the Teraterm ( serial connection ) to enter into root mode on the board. Then it goes to root like
"root (at the rate) Board:" is displayed. Now I can load my application and execute the program.
But I would like to remove this dependency of giving input from the user.
Could you please tell me how should I remove this dependency ?
Someone suggested to look at /etc/inittab and change
id:5:initdefault: to id:1:initdefault:
But it is not worked out.
For reference I copied the file /etc/inittab attached
Your help is appreciated.
TIA |