summaryrefslogtreecommitdiff
path: root/scripts/plymouth-update-initrd
AgeCommit message (Collapse)AuthorFilesLines
2008-10-17Gut plymouth-update-initrdRay Strode1-0/+2
It's broken and people keep using it, so change it so that it's useful.
2008-06-11Generate helper scripts so the right logo is includedRay Strode1-87/+0
2008-06-11Update populate and update initrd scripts to use the same lib heuristic as ↵Ray Strode1-1/+1
set-default-plugin
2008-06-10Change heuristics in update script for finding which initrd to repackRay Strode1-1/+1
Before we were using the current initrd, now we use the default initrd This will hopefully prevent the mismatched kernel/initrd problem.
2008-06-09update initrd script to work with nash changesRay Strode1-2/+2
2008-05-30Read default kernel after removing graphic boot entry from grub.confRay Strode1-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.
2008-05-29Allow distro/system builder to specify path to logoRay Strode1-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.
2008-05-28switch over to spinfinity plugin by defaultRay Strode1-8/+9
2008-05-23Pick plymouth from bindir and plymouthd from libexec in install script.Kristian Høgsberg1-1/+1
2008-05-22Add preliminary password support to fedora-fade-inRay Strode1-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.
2008-05-21Add second cut at password supportRay Strode1-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.
2008-05-20Don't show splash by default, instead require client to request itRay Strode1-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.
2008-05-20rename rhgb-client to plymouthRay Strode1-2/+2
We'll keep a compat symlink in place until init scripts are moved over
2008-05-20rename the daemon from plymouth to plymouthdRay Strode1-2/+2
2008-05-19use "details" stub plugin when user presses escapeRay Strode1-1/+2
2008-05-15add preliminary support for asking for password during boot sequenceRay Strode1-1/+4
(Only in text plugin so far)
2008-05-14add initial cut of a barebones text splashRay Strode1-1/+2
2008-05-13properly locate grub.conf when symlinks are relativeRay Strode1-2/+2
2007-10-19Clean up old plymouth entries before running grubby, since dupes confuse itRay Strode1-2/+15
2007-10-19automatically pull in deps from binaries to initrd instead of hardcoding themRay Strode1-15/+26
2007-10-18change some hardcoded /lib to /$LIB in update-initrd scriptRay Strode1-3/+2
2007-06-10rather than look at PLYMOUTH_DISABLE_INITRD, just look for DESTDIRRay Strode1-3/+1
2007-06-08use grubby to add a new boot entryRay Strode1-0/+8
2007-06-08rename plymouth-update-initrd.sh to plymouth-update-initrdRay Strode1-0/+48