WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Boot local but load tcz from web - possible?  (Read 1938 times)

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 363
    • Zendrael's home of projects
[SOLVED] Boot local but load tcz from web - possible?
« on: December 18, 2015, 12:54:54 PM »
Hi!

Is it possible to boot TC locally but load all tcz extensions from a webserver?

It's not a netbooting as there will be the basics on local (as the base microcore), and after boot (or before it finishes), download and load all required extensions.

Any ideas?
« Last Edit: December 18, 2015, 01:18:48 PM by Zendrael »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: Boot local but load tcz from web - possible?
« Reply #1 on: December 18, 2015, 01:08:10 PM »
Sure, it's possible. It's just the "cloud mode" automated, after all.

For best user experience, you should use a local mirror on your LAN. In bootsync.sh, do something like
Quote
su tc -c "tce-load -wi foo foo2 somethingelse"
The only barriers that can stop you are the ones you create yourself.

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 363
    • Zendrael's home of projects
Re: Boot local but load tcz from web - possible?
« Reply #2 on: December 18, 2015, 01:18:15 PM »
Thanks curaga!

Did't thought in that simple way! Sometimes I forget to stay simple!