Hi all,
I want to create a customized TCL image for a kiosk system.
I want to be able to do the final customizations (like setting the default home page, or embedding an up to date virus signature file) and burning from a windows machine.
The simplest solution will be like the 'rootcopy' feature in SLAX - a folder on the CD that is copied to the file system.
However TCL doesn't have this feature.
I thought of the following methods
1. develop a such 'rootcopy' feature
this doesn't appear to complex, but will require changes to the basic system - and will make TCL version upgrades more difficult.
2. embed this parameters in the 'isolinux.cfg' file
this is the simplest solution, but is suitable only for simple parameters, and not complete configuration files.
3. create an extension containing the file
I'm not sure how to create an extension from windows, from a previous post in the forum I understand it's possible, but problematic.
4.
add the files directly to tinycore.gz using cygwins versions of gz and cpio.
any more ideas \ recommendations?
Ophir