I got a few mails about how to disable the monitor turn off and the kernel messages, so i added it to the FAQ's and i post it here
How to disable monitor turn off
For the console use "setterm -blank 0" add it to the runme.sh.
To test it, enter it at the console.
For the X-Server (with gnome and fluxbox) use "xset -dpms s off" add it to the top of /root/.xinitrc
To test it, enter it at the terminal.
How to disable kernel messages
To disable the bootup kernel messages add to the "append" line in the isolinux.cfg (and similar) the parameter "quiet"
To disable the kernel messages on the console use "setterm -msg off" add it to the runme.sh
To test it, enter it at the console.
best regards
elmar