WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [HELP] Compile some extensions  (Read 1434 times)

Offline brunok

  • Newbie
  • *
  • Posts: 36
[HELP] Compile some extensions
« on: January 17, 2018, 11:16:13 AM »
I'm running TC via PXE very well!

However, I used the NFS method to load the extensions, which leaves the boot a bit slower.


I used squashfs to unzip extensions and created a single TCZ.
Did not work.

I have already edited the .list file with TCZ created, but it does not complete the boot, because permission errors appear.

Any specific details for this case?

Offline aw

  • Newbie
  • *
  • Posts: 45
Re: [HELP] Compile some extensions
« Reply #1 on: January 18, 2018, 05:54:55 AM »
The single extension is probably not the best approach.

I have a suggestion:

1. Edit the /etc/sysconfig/tcedir/onboot.lst
2. Remove the extensions which take a long time to load
3. Edit the /opt/bootsetup.sh
4. Add a command to load the extensions, ex: tce-load -il bigext1.tcz bigext2.tcz bigext3.tcz

Of course, make sure your onboot.lst and bootsetup.sh are backed up and restored on boot.
github.com/aw