General TC > General TC Talk
what script file actually creates the symlinks for the tcz
ulfr:
hi all
if someone could answer this i would appreciate it
if i am correct
tce-load mounts the tcz
but what script file actually creates the symlinks for the tcz
thanks
ulfr
Rich:
Hi ulfr
The tce-load script probably does it using the busybox cp command:
--- Code: ---tc@box:~$ busybox cp --help
BusyBox v1.19.3 (2011-10-30 01:47:29 UTC) multi-call binary.
Usage: cp [OPTIONS] SOURCE DEST
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY
-a Same as -dpR
-R,-r Recurse
-d,-P Preserve symlinks (default if -R)
-L Follow all symlinks
-H Follow symlinks on command line
-p Preserve file attributes if possible
-f Overwrite
-i Prompt before overwrite
-l,-s Create (sym)links
tc@box:~$
--- End code ---
Look for a cp command that includes the -s option.
ulfr:
thanks a lot Rich
will do
ulfr
Rich:
Hi ulfr
Search for the routine that begins with:
--- Code: ---install(){
--- End code ---
ulfr:
thanks Rich
yes i have found what you suggested
so it looks like tce-load does the whole job
beautiful code
much appreciated
ulfr
Navigation
[0] Message Index
[#] Next page
Go to full version