So... let me tell you how this began.
Basically, I built the biggest possible screen in the mod. However, there was a problem. The text was so small I couldn't read it. So i typed "edit /home/.shrc" into the shell and added "resolution 120 40" to it. But that created another problem. Since the resolution is changed after boot, the greeting won't show (appending /etc/motd after "resolution 120 40" into the .shrc file doesn't help). Is there any way to show the greeting after the resolution change?
Thanks in advance!