I'm building a multiboot CD/USB image. Previousely, TCL was very easy to include, because it booted from only two files (kernel and initramfs), which could be placed anywhere I would like.
Now TinyCore consists of kernel, core.gz and some extensions.
The question is: how can I specify the path to the extensions to look on every possible device (both CD and USB drives)? I tried putting /cde/ from original image to /tinycore/ and adding "tce=/tinycore/" kernel parameter, but it didn't help (it shouldn't, as I understood after reading /usr/bin/tce-setup).
My multiboot CD image can be installed to USB-drive by simply copying everything to the root of USB drive partition and running "syslinux -d isolinux /dev/sdXY", and I'd like not to change this (e.g. to add anything TCL-specific to the installation script).
// Sorry if my English is not very good.