WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Copy files to TinyCore  (Read 3837 times)

Offline bn3232

  • Newbie
  • *
  • Posts: 13
Copy files to TinyCore
« on: March 24, 2014, 02:33:47 AM »
Every changes made to TinyCore disapears after rebooting. This is a great feature for embedded systems, But I need to copy a binary file and add it to startup.
how can I do it?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Copy files to TinyCore
« Reply #1 on: March 24, 2014, 03:19:12 AM »
Please see the persistence topic on the wiki and book.
The only barriers that can stop you are the ones you create yourself.

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Re: Copy files to TinyCore
« Reply #2 on: March 24, 2014, 04:23:51 AM »
bn3232 just see the video for how to persistent your tiny core home and opt folder its too simple
Please see the video after 28 minut its capturing mistake
http://www.dailymotion.com/video/x1jh47l_how-to-persistent-your-tiny-core-home-and-opt-folder_tech
« Last Edit: March 24, 2014, 04:48:15 AM by malikawan »

Offline bn3232

  • Newbie
  • *
  • Posts: 13
Re: Copy files to TinyCore
« Reply #3 on: March 24, 2014, 11:36:33 PM »
Thank you guys.
But know, how can I run my executable file at startup?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Copy files to TinyCore
« Reply #4 on: March 24, 2014, 11:38:19 PM »
add it to /opt/bootlocal.sh

Offline bn3232

  • Newbie
  • *
  • Posts: 13
Re: Copy files to TinyCore
« Reply #5 on: March 25, 2014, 02:01:35 AM »
Thanks a lot  :)