PDA

View Full Version : Before X11 !



bhavin
05-05-2004, 05:34 AM
Where do I need to write script, so that it starts beore X11 starts? I need to start a program which should be executed before Login Screen in KDE.

rrijkse
05-05-2004, 06:18 AM
If you put a shell script on the cdrom in the KNOPPIX directory called knoppix.sh it will execute this before it launches X.

You can also add whatever commands you want to the "knoppix-autoconfig" file in the "/etc/init.d/" directory. But then you have to recompress the image, the other way you don't have to do that.

Hope this helps

- Robbert