Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: gigo on May 04, 2017, 04:09:40 AM

Title: Integrate own Apps
Post by: gigo on May 04, 2017, 04:09:40 AM
Hi All,

read a lot of documents but still have some questions.

1. when i install a package. where do i keep the config file? it seems there was no in /etc for
2. i want to add an own binary. should i put this just in home and run on start?

thank you
Title: Re: Integrate own Apps
Post by: patrikg on May 04, 2017, 04:20:13 AM
I think you have all questions, answered with reading following wikis.

http://wiki.tinycorelinux.net/wiki:backup

http://wiki.tinycorelinux.net/wiki:creating_extensions
Title: Re: Integrate own Apps
Post by: Rich on May 04, 2017, 09:38:54 AM
Hi gigo
Quote
2. i want to add an own binary. should i put this just in home and run on start?
If the binary does not require non-system libraries you could if you wish place it in:
Code: [Select]
~/.local/binOtherwise I would suggest creating an extension.