WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Install from live usb flash  (Read 9394 times)

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #15 on: April 03, 2016, 09:00:01 AM »
This confused me a little, but I think I did it.

I ran:

Code: [Select]
$(cat /opt/tcemirror)
and:

Code: [Select]
$echo 'http://distro.ibiblio.org/tinycorelinux/' > /opt/tcemirror
Finally I rebooted and everything seems ok. Thanks a lot.

Now I should update the system? How to do it?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14569
Re: Install from live usb flash
« Reply #16 on: April 03, 2016, 09:15:09 AM »
First check if you have the latest version by using the command "version" - it should be 7.0

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #17 on: April 03, 2016, 09:19:28 AM »
Yes, it's 7.0.

I suppose I found it about updates: Apps => Maintenance => Check for Updates. But I don't see anything to install.

Is there any internet browser installed or I should install one?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Install from live usb flash
« Reply #18 on: April 03, 2016, 09:23:15 AM »
Then everything is up to date.

I'd recommend  firefox_getLatest.tcz  which contains a script that downloads and packages the latest Firefrox from Mozilla.
Download a copy and keep it handy: Core book ;)

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #19 on: April 03, 2016, 09:38:57 AM »
I suppose I downloaded it (Apps => Cloud => Browse to firefox_getLatest.tcz and click "Go").

But I try to run it without success.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Install from live usb flash
« Reply #20 on: April 03, 2016, 09:46:20 AM »
The extension should create an entry in the window managers right-click menu.
Otherwise run
Code: [Select]
firefox_getLatest.sh
Download a copy and keep it handy: Core book ;)

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #21 on: April 03, 2016, 09:56:53 AM »
You 're right about right-click menu. I installed it. But how to open the browser now?

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Install from live usb flash
« Reply #22 on: April 03, 2016, 10:11:29 AM »
After the script has been run and successfully created the  firefox.tcz  extension, load that (if it didn't automatically) by running
Code: [Select]
tce-load -i firefox
which creates an icon in wbar and another right-click menu entry.
Download a copy and keep it handy: Core book ;)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Install from live usb flash
« Reply #23 on: April 03, 2016, 10:35:10 AM »
I believe the repo is down

If you already downloaded the mirrors extension, you can choose another site...

Http server restarted, main repo must work.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #24 on: April 03, 2016, 10:48:08 AM »
I installed it, but when I click on firefox at right-click menu, nothing happens.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Install from live usb flash
« Reply #25 on: April 03, 2016, 10:52:01 AM »
Run  firefox  in a terminal window to check if you get any error messages.
Download a copy and keep it handy: Core book ;)

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #26 on: April 03, 2016, 10:56:58 AM »
I rebooted and now firefox doesn't seem to be installed.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Install from live usb flash
« Reply #27 on: April 03, 2016, 11:22:46 AM »
I thought firefox_getLatest.sh would automatically set firefox.tcz to be loaded OnBoot.
Otherwise you can do so via Apps -> Maintenance -> OnBoot Maintenance.

Or maybe your installation is running in cloud mode where extensions are stored in RAM and lost after reboot.
Is the extension still preset in your tce directory (i.e. /etc/sysconfig/tcedir/optional/firefox.tcz)?
Download a copy and keep it handy: Core book ;)

Offline andfree

  • Full Member
  • ***
  • Posts: 127
Re: Install from live usb flash
« Reply #28 on: April 03, 2016, 11:39:45 AM »
I thought firefox_getLatest.sh would automatically set firefox.tcz to be loaded OnBoot.
Otherwise you can do so via Apps -> Maintenance -> OnBoot Maintenance.

It's already at the list there.

Or maybe your installation is running in cloud mode where extensions are stored in RAM and lost after reboot.
Is the extension still preset in your tce directory (i.e. /etc/sysconfig/tcedir/optional/firefox.tcz)?

How to see it? I don't find any filesystem-browser installed.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Install from live usb flash
« Reply #29 on: April 03, 2016, 11:54:33 AM »
In a terminal,
to check if the extension exists, run
Code: [Select]
ls /etc/sysconfig/tcedir/optional/firefox.tcz

to check where your extensions are actually stored, run
Code: [Select]
readlink /etc/sysconfig/tcedir
Should not be  /tmp/tce .
Download a copy and keep it handy: Core book ;)