All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Adding sanity to OE startup process
@ 2007-04-05 15:27 Paul Sokolovsky
  2007-04-05 15:33 ` Sergey Lapin
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Paul Sokolovsky @ 2007-04-05 15:27 UTC (permalink / raw)
  To: openembedded-devel

Hello openembedded-devel,

  I hope many people will agree that boot process is one of the pain
points of OE. Boot/service scripts are collected from Debian and other
various sources, which are mostly intended for "desktop" systems, and
doesn't really scale for embedded usage. For example, on typical
desktop system you have:

1. Big screen and good chance to see a message before it scrolls
away.
2. Ability to pause boot process from console with common Ctrl+S/Q.
3. Scrollback buffer.

  All these are usually not available for embedded system (not
speaking that some embedded systems don't have screen at all).

  So, to start with, I'd like to propose to make it possible for boot
process to log to syslog. I have following in mind:

1. Make a convention that boot/service scripts should use "$echo"
instead of "echo" to do output.
2. Have default define of "echo=echo" for this.
3. Turn /etc/init.d/syslogd into /etc/init.d/syslogd.sh so it was
sourced by /etc/init.d/rc and could export new value for the rest of
scripts.
4. Make /etc/init.d/syslogd.sh start earlier so it could capture as
mush output as possible.
5. Using syslogd for boot messages capture is of course optional.


Thanks,

-- 
 Paul                          mailto:pmiscml@gmail.com




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-04-24 20:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-05 15:27 [RFC] Adding sanity to OE startup process Paul Sokolovsky
2007-04-05 15:33 ` Sergey Lapin
2007-04-05 15:49   ` Paul Sokolovsky
2007-04-05 21:36 ` Rod Whitby
2007-04-05 21:45   ` Koen Kooi
2007-04-05 22:07     ` Rod Whitby
2007-04-10 12:27   ` Paul Sokolovsky
2007-04-11  6:53     ` Rod Whitby
2007-04-23  7:15       ` Paul Sokolovsky
2007-04-23  7:59         ` Koen Kooi
2007-04-24 12:26           ` Paul Sokolovsky
2007-04-10 11:27 ` Michael 'Mickey' Lauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.