Tiny Core Extensions > TCE Q&A Forum

[SOLVED] Remastering question: how do I 'extract' (mount?) a .tcz?

(1/2) > >>

PingPing:
I want to remaster tcl 2.4.1 to include moc.tcz but I don't know whether I extract it with a special tool or mount it with a special tool ???

gerald_clark:
Mount it with the '-oloop' option.

Guy:
Run Tiny Core 2.4.1, and have it mounted (If it is installed, delete its name from tcz2ram.lst and restart the computer).

You can then copy and paste it from /tmp/tcloop/ using Rox (you don't need to extract it or mount it).

If you use Rox, it will give you the option to merge with the other filesystem.

robc:
The following commands can be used as root:
mkdir /mnt/tmp
mount /path/to/extension.tcz /mnt/tmp -o loop
rsync -rlp /mnt/tmp /path/to/remaster/source

Juanito:
"rsync" will soon be gone from the base, so maybe "cp -a" might be better?

Navigation

[0] Message Index

[#] Next page

Go to full version