So it would be a good idea to install displayserver :-)
While it is doubtlessly a good idea to install Displayserver, it is by no means necessary in order to modify your /bin/init

. This has been mentioned a few days ago by somebody else, but here it is again:
cd /bin
mv init init_orig
cat > init
#!/bin/sh
# Your stuff here. Make sure it exits or runs in background
exec /bin/init_orig
Ctrl-D <---- this is control-D character, default Unix shell EOF char
chmod +x init
The lines between
cat > init and
Ctrl-D get copied to a new text file
init. If you make a mistake, repeat
only this part.
Cheers!
Dragi "Bonzi" Raos
Zagreb, Croatia
Q#5196, MkII#80000376, 18GB green