WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Visual Boot timeline/map  (Read 4039 times)

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Visual Boot timeline/map
« on: April 01, 2010, 07:55:19 AM »
Hi

It would be cool if someone could make a timeline on the boot of TC

It would be easier for people to figure out, when scripts is executed eg. tc-config, and easier to develop new features.

It would be some bubbles with arrows and a few explanations of what thing do, or something like this:
http://www.ibm.com/developerworks/linux/library/l-boot-faster/figure1.gif
But more extended


\\Batnas

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Re: Visual Boot timeline/map
« Reply #1 on: April 01, 2010, 07:59:08 AM »
Or something like this:
http://milindchoudhary.files.wordpress.com/2009/03/boot1.png?w=385&h=523
But showing all script files like 'tc-config', and maybe includes too:
Code: [Select]
. /etc/init.d/tc-functions

\\Batnas

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10980
Re: Visual Boot timeline/map
« Reply #2 on: April 01, 2010, 12:32:55 PM »
IIRC it was in the 2.9 TC release thread I posted a bootchart, would it be of use?
The only barriers that can stop you are the ones you create yourself.

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Re: Visual Boot timeline/map
« Reply #3 on: April 01, 2010, 01:09:38 PM »
Probably

I looked, but could not find it.
Can you past a link??

\\Batnas

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10980
Re: Visual Boot timeline/map
« Reply #4 on: April 01, 2010, 01:16:48 PM »
Yeah, it was 2.8 not 2.9.

The only barriers that can stop you are the ones you create yourself.

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Re: Visual Boot timeline/map
« Reply #5 on: April 01, 2010, 01:29:17 PM »
Nice!

But i was more looking for a chart, that told which script the kernel is calling on startup, and what the next script called is...

Something like the 2. link i posted, but a bit more extensive....


Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: Visual Boot timeline/map
« Reply #6 on: April 01, 2010, 04:12:17 PM »
Yeah, it was 2.8 not 2.9.


Wow!

Could that be an extension? If not, how would I go about doing what you did there?

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Re: Visual Boot timeline/map
« Reply #7 on: April 01, 2010, 04:42:16 PM »
I believe it is from here:
http://www.bootchart.org/

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10980
Re: Visual Boot timeline/map
« Reply #8 on: April 02, 2010, 09:11:05 AM »
Bootchart has been unmaintained for a while. I used ubootchart, and rendered with bootchart-pl.tcz.

The daemon is not in an extension, while the renderer is. I decided against making an extension, because it cannot be used as such (not even in /opt/tce). Always requires a remaster.


I guess I'll make it available as a tarball, with wiki instructions, seeing as there's demand.

edit: Here you go:
http://tinycorelinux.com/wiki/tiki-index.php?page=Bootchart
« Last Edit: April 02, 2010, 09:29:27 AM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: Visual Boot timeline/map
« Reply #9 on: April 03, 2010, 04:39:42 PM »
You could use /init as a starting point.