hi when I telnet to mini2440, I see the following lines Kernel 2.6.32.2-FriendlyARM on (/dev/pts/0) feriendlyARM login: root Password: [root@FriendlyARM /]# how can I change the above welcome lines? b.r.
change login message
The first line is the kernel version, you can change the "-FriendlyARM" if you recompile the kernel image (it comes on the CD): with "make menuconfig" go to "General Setup" and then "Local version". It will let you enter that text string. The "friendlyARM" before the login is the host name. You can change it in one of the first lines in the /etc/init.d/rcS file.

