WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC 2.3 - Boot sequence  (Read 2210 times)

Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
TC 2.3 - Boot sequence
« on: September 16, 2009, 12:57:58 AM »

In FAQ I read
Quote
What is the boot architecture?
Tinycore always boots to ram

OK. That'a the principle. But what are the single steps?

Could someone explain in which sequence which files (especially which scripts) are called to make that result come true.

-----
The actual reason for my above question is that uncommenting the line
Code: [Select]
[ "$ICONS" == "wbar" ] && /usr/bin/wbar.sh
within the file /home/tc/.xsession
worked in TC version 2.2 but doesn't work in version 2.3 anymore.

TC version 2.3 presents the wbar even if I don't want it.

But instead of solving that special question I would apreciate to know which files I could study to find the answer myself.

----
When describing the general sequence of boot scripts
perhaps additional to the script's location and name you could mention if that script originally is contained in
A) bzImage or
B) tinycore.gz.



Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
Boot sequence - TC 2.3
« Reply #1 on: September 16, 2009, 02:05:56 AM »

Here's an additional screenshot demonstrating my wbar problem
= wbar showing up even if it is uncommented in .xsession




This install uses the window-manager jwm whereas the original TC 2.3 uses flwm.

To change from flwm to jwm I just installed jwm but did nothing to get rid of flwm - maybe that's the reason of the strange wbar behaviour.




Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: TC 2.3 - Boot sequence
« Reply #2 on: September 16, 2009, 02:32:46 AM »
You could use Microcore and leave out wbar.

[removed due to policy violation]/microcore.html
Many people see what is. Some people see what can be, and make a difference.

Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
Re: TC 2.3 - Boot sequence
« Reply #3 on: September 16, 2009, 02:51:50 AM »

Quote from: Guy
You could use Microcore and leave out wbar.
[removed due to policy violation]/microcore.html

Interesting link - thanks.

Even though leaving out may not be an option if I want to be able to switch on/off wbar with a simple reboot.

Offline JoXo009

  • Full Member
  • ***
  • Posts: 152
TC 2.3 - Boot sequence
« Reply #4 on: September 16, 2009, 04:42:03 AM »

wBar issue solved:



The wbar.sh script is called twice, within
.xsession and
.setbackground
and both calls need to be deactivated, if wbar shouldn't be started.

This Roberts posting helped me to find a solution.

----
Besides this actual problem I would be interested to learn more about boot sequence files.

For example to solve another problem, I just posted.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: TC 2.3 - Boot sequence
« Reply #5 on: September 16, 2009, 07:31:45 AM »
Simply use the boot code "noicons"  ::)
10+ Years Contributing to Linux Open Source Projects.

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: TC 2.3 - Boot sequence
« Reply #6 on: September 16, 2009, 01:01:20 PM »
Dumb question -- is there a way to start a terminal from the desktop without wbar -- didn't see it as a right-click menu option (which doesn't mean it isn't there...)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: TC 2.3 - Boot sequence
« Reply #7 on: September 16, 2009, 01:07:25 PM »
roght click -> Shells
10+ Years Contributing to Linux Open Source Projects.

Offline thane

  • Hero Member
  • *****
  • Posts: 689
Re: TC 2.3 - Boot sequence
« Reply #8 on: September 16, 2009, 01:50:31 PM »
doh -- makes sense -- thanks