HOWTO: Change the "Startpage" when knoppix boots
In /etc/skel/.kde/Autostart/ there is a file called
showindex.desktop
and in that file is what makes the webpage come up :
Code:
Name=KNOPPIX
Exec=kfmclient openProfile webbrowsing /cdrom/KNOPPIX/index_en.html
Type=Application
Icon=html
Terminal=0
you you can see that it loads /cdrom/KNOPPIX/index_en.html
So simply, change the showindex.desktop to a page of your liking.
Re: Tweaking the .iso file
Quote:
Originally Posted by lnxguy
...Or just do what I did the first few remasters- replace the index_en.html file with your own.
That way, there is no need to modify the KNOPPIX file... Easy!
True, but what I was demonstrating is how you can get it to lauch other programs, files etc :)