summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Don't do library installation twice. Also fix some typos.Peter Jones2008-07-301-12/+2
|
* Make plymouth-populate-initrd use utility functions from mkinitrdPeter Jones2008-07-291-81/+56
|
* Compute libdir using yet a different heuristicRay Strode2008-07-093-3/+3
| | | | The previous one falls over for ia64
* Make --reset chooser the most recent plugin not the oldestRay Strode2008-06-231-1/+1
|
* Don't create plugin specific data dir in initrd unless it has oneRay Strode2008-06-191-3/+4
|
* Fix ldconfig to be run on -libs not on the main package.Peter Jones2008-06-171-8/+17
| | | | Fix main package and plugins not to reset inappropriately.
* Make plymouth-populate-initrd run "plymouth-set-default-plugin --reset" if ↵Peter Jones2008-06-172-8/+14
| | | | none is set.
* Name the default plugin "default.so", not "graphical.so", so that it's ↵Peter Jones2008-06-132-9/+9
| | | | obvious what's going on there.
* Don't ship pregenerated initrd scripts in tarballRay Strode2008-06-121-10/+11
|
* Put bizcom.png in the main package and get its path right.Peter Jones2008-06-121-1/+1
|
* Fix distcheckRay Strode2008-06-111-1/+6
| | | | | Now that we generate the initrd scripts, we need to ship the input templates
* whitespace cleanupRay Strode2008-06-112-4/+4
|
* Generate helper scripts so the right logo is includedRay Strode2008-06-113-4/+10
|
* Update populate and update initrd scripts to use the same lib heuristic as ↵Ray Strode2008-06-112-2/+2
| | | | set-default-plugin
* add symlink to default plugin in initrdRay Strode2008-06-111-0/+1
|
* create plugin directory before trying to install to it in populate scriptRay Strode2008-06-111-0/+2
|
* Make the spec file capable of building the result from "make dist".Peter Jones2008-06-111-3/+4
|
* more spec updatesRay Strode2008-06-111-1/+7
|
* Update spec file to set the latest installed plugin to defaultRay Strode2008-06-111-0/+22
|
* Add --reset argument to set-default-pluginRay Strode2008-06-111-3/+12
| | | | | It just chooses the last installed plugin as the default or no plugin if there is none available
* Add new plymouth-set-default-plugin scriptRay Strode2008-06-112-1/+31
| | | | This script updates which plugin graphical.so points to
* Determine which plugin to install based on symlinkroot2008-06-111-10/+13
|
* 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
|
* 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
|