summaryrefslogtreecommitdiffstats
path: root/src/ply-boot-protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* Add --hide-splash optionRay Strode2008-06-271-0/+1
| | | | | 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/+1
|
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-1/+1
|
* Only allow root clients to talk to daemonRay Strode2008-05-211-0/+1
| | | | | | | | We don't want normal users on the system to be able to manipulate plymouth. This will be especially important later when we run plymouth for post-bootup reasons. This patch checks peer credentials and sends back a NAK to clients who aren't root.
* Don't show splash by default, instead require client to request itRay Strode2008-05-201-0/+1
| | | | | | | 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-0/+2
| | | | (Only in text plugin so far)
* add sysinit support to the boot classesRay Strode2007-06-051-0/+33