summaryrefslogtreecommitdiffstats
path: root/src/client/ply-boot-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Add --hide-splash optionRay Strode2008-06-271-0/+12
| | | | | We want to be able to hide the splash screen in the event the user needs to interact with start up from the console.
* Revert "Supress erroneous warning during shutdown.", it's completely wrong.Peter Jones2008-06-161-1/+0
| | | | This reverts commit 2698c0899929420ed566be02ce0e3e8e91ad0e5f.
* Supress erroneous warning during shutdown.Peter Jones2008-06-161-0/+1
|
* Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones2008-06-091-0/+20
|
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-1/+1
|
* Don't assert if daemon returns empty string answer to clientRay Strode2008-06-031-2/+5
|
* Don't show splash by default, instead require client to request itRay Strode2008-05-201-0/+12
| | | | | | | plymouthd gets started before the drm modesetting modules are loaded, so we can't try to access the frame buffer right away. The plan is to load the drm modules as soon as possible in the initrd and then tell plymouthd to put up the splash ASAP.
* rename rhgb-client to plymouthRay Strode2008-05-201-0/+660
We'll keep a compat symlink in place until init scripts are moved over