hi
I have read the wiki, its links to the forum and one link in wiki is currently a fail for me
http://wiki.tinycorelinux.net/wiki:tiki-view_faq.php?faqId=3#q5--> its empty
AFAIK when we build a tcz we should include a pathway to be squashed called
/usr/local/tc.installed/newtczname
But when I look into that folder, most are "touch"ed files or empty files as they don't need to do anything
Those with contents appear to match the wiki section on
Adding Custom Startup Scriptsfair enough
But in that folder for tce.installed .....there are also sym link files eg
ls -al /usr/local/tce.installed/depmod
lrwxrwxrwx 1 root staff 49 Sep 26 01:16 /usr/local/tce.installed/depmod -> /tmp/tcloop/depmod/usr/local/tce.installed/depmod
QuestionSo what is the preferred option please?
I don't mind changing the wiki if you like to reflect what ever is the answer.
2) Now I am thinking, some time in the future, that I will need a script to do some things, in quasi-code terms they are
(Please don't offer the code, I need the fun to build it please)
search for a package running, if there, continue with next search......its a seach for dependencies
---probably done as a loop ...you can tell I am not an expert
else, search for a packaged already downloaded and load it
elif, download and run the missing package
elif
exit 0
fi
Now,
http://wiki.tinycorelinux.net/wiki:package_management_cheat_sheetso I have for already downloaded package.........tce-load -i packagename
And for package not downloaded......................tce-load -wi packagename
but there is also mention in second wiki link
search (tinycore command) ab pattern
but I don't find that command and search in app browser for "tag or provides" gives me too long a list so
Questionwhat package provides ab
and how does it differ from say......
find / -name stringname or cat /pathway2file/filename | grep patternkeyword