summaryrefslogtreecommitdiffstats
path: root/scripts/plymouth-update-initrd
Commit message (Collapse)AuthorAgeFilesLines
* Generate helper scripts so the right logo is includedRay Strode2008-06-111-87/+0
|
* Update populate and update initrd scripts to use the same lib heuristic as ↵Ray Strode2008-06-111-1/+1
| | | | set-default-plugin
* Change heuristics in update script for finding which initrd to repackRay Strode2008-06-101-1/+1
| | | | | Before we were using the current initrd, now we use the default initrd This will hopefully prevent the mismatched kernel/initrd problem.
* update initrd script to work with nash changesRay Strode2008-06-091-2/+2
|
* 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.
* 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.
* 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
|
* use grubby to add a new boot entryRay Strode2007-06-081-0/+8
|
* rename plymouth-update-initrd.sh to plymouth-update-initrdRay Strode2007-06-081-0/+48