Bug#423095: [Pkg-sysvinit-devel] Bug#423095: sysvinit: Allow bootsplash packages to hook into fsck events

Petter Reinholdtsen pere at hungry.com
Thu May 10 20:47:29 UTC 2007


[David Härdeman]
> Here's a more complete stub (/lib/init/splash-functions-base) file which 
> should allow many more scripts to use the generic functions.

This API looks quite good, and I suspect it will handle most needs.
We might need some splash_start_if_not_running() or similar, for the
cases where it need to be restarted.

Also, this function need to have more features:

> # Tells the splash the current boot progress in percent (as $1)
> splash_progress () { return 0; }

In usplash, the progress bar can go both ways, depending on the sign
of the progress value.  It is used during shutdown.  We probably want
to support it in the API.

Also, to stay compatible with the current behaviour, I suspect the
default functions should implement usplash support until usplash
includes the override file in the package.

Friendly,
-- 
Petter Reinholdtsen




More information about the Pkg-sysvinit-devel mailing list