Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155103 - splash init script needs to depend on localmount
Summary: splash init script needs to depend on localmount
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-14 00:13 UTC by Roy Marples (RETIRED)
Modified: 2006-11-21 11:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Marples (RETIRED) gentoo-dev 2006-11-14 00:13:33 UTC
The splash init script just has "before xdm". This is a good dependency for when the system boots.

However, if we turn parallel startup on, change to single user and then back to multi-user, splash starts right away as it doesn't depend on anything. This causes errors as it cannot find the jpeg libraries found in /usr

Solution is to add this to the depend function

use localmount
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2006-11-21 11:16:58 UTC
This is fixed in splashutils-1.3-r3. Thanks for the solution :)