summaryrefslogtreecommitdiffstats
path: root/src/client/ply-boot-client.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new subcommand "ask-for-password"Ray Strode2008-07-011-3/+3
| | | | | | | This command obsoletes --ask-for-password and supports an optional --command for specifying what command to feed the password to. If the command fails, then the client will ask the daemon to ask for the password again.
* Add --hide-splash optionRay Strode2008-06-271-0/+4
| | | | | We want to be able to hide the splash screen in the event the user needs to interact with start up from the console.
* Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones2008-06-091-0/+5
|
* Don't show splash by default, instead require client to request itRay Strode2008-05-201-1/+5
| | | | | | | 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/+77
We'll keep a compat symlink in place until init scripts are moved over