Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I add my own package to Thinstation?

package thinstation
0
Posted

Can I add my own package to Thinstation?

0

Yes. It requires some Linux/programming skills, though. Make a folder in packages and make a copy of the package template and distribute all your files in the directory layout the Thinstation style, i.e. packages//bin and packages//lib. Don’t use sbin, put everything in bin. Also, don’t use var, or usr, these are just symlinks to tmp, everything in temp is created through the etc/init.d/XXXX scripts. Use /etc/init.d/XXXX scripts to do all your initilization as only tmp is writable. All other files are read-only, so anything which needs to be changed, needs to be a symlink to a file in temp. You need to link against glibc 2.1.3 (available precompiled from the thinstation-developer source code). You’ll find ldd very useful to determine dependencies.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123