summaryrefslogtreecommitdiffstats
path: root/src/ply-boot-server.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Port password handling over to using new answer objectRay Strode2008-06-021-2/+2
|
* Add second cut at password supportRay Strode2008-05-211-1/+6
| | | | | | | | | This version works even in raw mode, by buffering key presses passed from the window object, and replying to the client after the user presses enter. There are a lot of layers of function pointers getting passed around, so it may make sense to introduce an opaque type for holding the password and triggering the reply.
* Don't show splash by default, instead require client to request itRay Strode2008-05-201-0/+4
| | | | | | | 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.
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-1/+5
| | | | (Only in text plugin so far)
* add sysinit support to the boot classesRay Strode2007-06-051-3/+7
|
* add "quit" and "update" commands to the ply-boot statusRay Strode2007-06-041-1/+10
| | | | code
* add the start of some classes for tracking boot statusRay Strode2007-06-031-0/+46