Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: jrock2004 on March 31, 2009, 02:22:36 PM

Title: tclocal
Post by: jrock2004 on March 31, 2009, 02:22:36 PM
I have been reading that I could setup tclocal directory so that when I reboot my apps will already be there. I am curious if anyone has done this with the new rc version of tiny core? Also if in app browser I click download only, where are those files store?
Title: Re: tclocal
Post by: tobiaus on March 31, 2009, 02:32:07 PM
if in app browser I click download only, where are those files store?

sudo find / | grep nameofextension

/tmp/tce/optional/nameofextension.tce
/tmp/tce/optional/nameofextension.tce.md5.txt

they're in /tmp/tce/optional
Title: Re: tclocal
Post by: jrock2004 on March 31, 2009, 02:42:54 PM
thank you
Title: Re: tclocal
Post by: roberts on March 31, 2009, 06:04:09 PM
"Download Only" always downloads to the optional directory under whereever your tce directory is.
When no tce directory exists or is not specified then it will default to /tmp

Typically the "Download Only" function is used in conjunction with a tce directory, i.e., a PPR, to persist rarely or only on occasion extensions, which are then loaded upon demand via appbrowser File->Install Optional.

Using this speeds up boot time and allows finer control of which apps are loaded at boot time versus upon demand.

It is not useful when used with tclocal (PPI). You should select "Install Selected" when using tclocal so that the applications are actually installed.