Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: JoXo009 on September 16, 2009, 03:57:58 AM

Title: TC 2.3 - Boot sequence
Post by: JoXo009 on September 16, 2009, 03: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.


Title: Boot sequence - TC 2.3
Post by: JoXo009 on September 16, 2009, 05:05:56 AM

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


(http://i27.tinypic.com/oj3yop.png)

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.



Title: Re: TC 2.3 - Boot sequence
Post by: Guy on September 16, 2009, 05:32:46 AM
You could use Microcore and leave out wbar.

[removed due to policy violation]/microcore.html
Title: Re: TC 2.3 - Boot sequence
Post by: JoXo009 on September 16, 2009, 05: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.
Title: TC 2.3 - Boot sequence
Post by: JoXo009 on September 16, 2009, 07:42:03 AM

wBar issue solved:

(http://i25.tinypic.com/znvi1w.png)

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 (http://forum.tinycorelinux.net/index.php?topic=2784.msg14613#msg14613) 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 (http://forum.tinycorelinux.net/index.php?topic=3031.0).
Title: Re: TC 2.3 - Boot sequence
Post by: roberts on September 16, 2009, 10:31:45 AM
Simply use the boot code "noicons"  ::)
Title: Re: TC 2.3 - Boot sequence
Post by: thane on September 16, 2009, 04: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...)
Title: Re: TC 2.3 - Boot sequence
Post by: roberts on September 16, 2009, 04:07:25 PM
roght click -> Shells
Title: Re: TC 2.3 - Boot sequence
Post by: thane on September 16, 2009, 04:50:31 PM
doh -- makes sense -- thanks