WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Installing extensions without ethernet  (Read 2509 times)

Offline alanbcohen

  • Newbie
  • *
  • Posts: 19
Installing extensions without ethernet
« on: March 30, 2009, 04:28:24 PM »
My immediate short-term goals for tc involve using it with an offline browser, java, and locally installed tiddlywiki.  However, I do not have immediate access to the internet from this machine.  I have created my tclocal directory on my mounted hard drive, downloaded (via another distro) some tce extensions (opera.tce and rox-filer.tce, for starters), placing them in my tclocal directory, and have attempted to execute them from aterm unsuccessfully.  How do you load extensions which are already downloaded to your system when you do not have connectivity?
Edit: This is a frugal install to my hd0,0 partition which also contains my PCLOS system.

(I will eventually ask about enabling the builtin Atheros wifi, which works fine with PCLOS and most other distros I've tried.  But, that is less important for now.)
« Last Edit: March 30, 2009, 04:35:18 PM by alanbcohen »

Offline blinkkin

  • Newbie
  • *
  • Posts: 8
Re: Installing extensions without ethernet
« Reply #1 on: March 30, 2009, 04:58:21 PM »
Create tce directory on hda1 (depends on your configuration) and copy all *.tce or/and *.tcz files into. Then edit menu.lst in grub and add entry tce=hda1 at the end of kernel line. My menu.lst look like this:

Code: [Select]
default 0
timeout 10
title tinycore
kernel /boot/bzImage quiet tce=hda3 restore=hda3 nolocal
initrd /boot/tinycore.gz

All extensions are loaded automatically and data (home, opt directory and so on) is stored in mydata.tgz file.
« Last Edit: March 30, 2009, 05:00:31 PM by blinkkin »

Offline ^thehatsrule^

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 1726
Re: Installing extensions without ethernet
« Reply #2 on: March 30, 2009, 08:25:09 PM »
Note that using local= (tclocal) is different from using tce=

If you want those .tce's to load at every boot, use tce=

See "core concepts" for more info.