summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Update spec fileRay Strode2008-06-091-16/+44
| | | | | | Add -libs and -devel subpackages as well as incoporating the changes that went into the Fedora package after its package review.
* Fix install path for plymouth and plymouthdPeter Jones2008-06-041-3/+3
|
* Add a script to populate an initrd from a directory specified on the command ↵Peter Jones2008-06-032-1/+116
| | | | line.
* Update license in spec file to be more specificRay Strode2008-05-301-1/+1
|
* add bizcom logo to rpm file listRay Strode2008-05-301-0/+1
|
* Point plymouth-update-initrd at the configured logoRay Strode2008-05-301-1/+1
|
* Read default kernel after removing graphic boot entry from grub.confRay Strode2008-05-301-3/+3
| | | | | That may fix a bug with plymouth-update-initrd that causes it to sometimes pick the wrong kernel for the initrd it uses.
* Don't run plymouth-update-initrd during distcheckRay Strode2008-05-301-2/+4
|
* Allow distro/system builder to specify path to logoRay Strode2008-05-291-3/+4
| | | | | | | Previously we've just hard coded the location to the fedora logo. Now it's a configure time flag. We also have a configure time flag for a background color that goes with the logo, but none of the splash plugins make use of it yet.
* Rename fedora-fade-in to fade-inRay Strode2008-05-281-6/+6
| | | | The plugin doesn't need to be distro specific
* Update spec file to be more currentRay Strode2008-05-281-17/+57
| | | | | | | Package the individual plugins as subpackages and get the file lists up to date. Also, drop plymouth-update-initrd %post call since it's not meant to be used in packages
* switch over to spinfinity plugin by defaultRay Strode2008-05-281-8/+9
|
* Pick plymouth from bindir and plymouthd from libexec in install script.Kristian Høgsberg2008-05-231-1/+1
|
* Add preliminary password support to fedora-fade-inRay Strode2008-05-221-1/+4
| | | | | | We should really move a lot of the duplicate code between the various splash plugins to the window code. We also need line editing support.
* Add second cut at password supportRay Strode2008-05-211-1/+1
| | | | | | | | | 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-1/+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.
* rename rhgb-client to plymouthRay Strode2008-05-201-2/+2
| | | | We'll keep a compat symlink in place until init scripts are moved over
* rename the daemon from plymouth to plymouthdRay Strode2008-05-201-2/+2
|
* use "details" stub plugin when user presses escapeRay Strode2008-05-191-1/+2
|
* add preliminary support for asking for password during boot sequenceRay Strode2008-05-151-1/+4
| | | | (Only in text plugin so far)
* add initial cut of a barebones text splashRay Strode2008-05-141-1/+2
|
* properly locate grub.conf when symlinks are relativeRay Strode2008-05-131-2/+2
|
* Clean up old plymouth entries before running grubby, since dupes confuse itRay Strode2007-10-191-2/+15
|
* automatically pull in deps from binaries to initrd instead of hardcoding themRay Strode2007-10-191-15/+26
|
* change some hardcoded /lib to /$LIB in update-initrd scriptRay Strode2007-10-181-3/+2
|
* rather than look at PLYMOUTH_DISABLE_INITRD, just look for DESTDIRRay Strode2007-06-101-3/+1
|
* drop .deps dir that got added on accident. Add DESTDIR to makefileRay Strode2007-06-101-2/+2
|
* add half-working sample spec fileRay Strode2007-06-081-0/+53
|
* use grubby to add a new boot entryRay Strode2007-06-081-0/+8
|
* fix up the scripts Makefile to actually install the scriptRay Strode2007-06-081-6/+5
|
* rename plymouth-update-initrd.sh to plymouth-update-initrdRay Strode2007-06-082-2/+2
|
* run initrd update script after installRay Strode2007-06-081-0/+3
|
* add escape hatch to not run plymouth-update-initrd.shRay Strode2007-06-081-0/+4
|
* update initrd script to install plymouth from local systemRay Strode2007-06-081-3/+27
|
* add my scripts directory to gitRay Strode2007-06-084-0/+1034