summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-02[scripts] Don't hardcode LIBEXECDIR and DATADIR pathsScott James Remnant1-17/+1
The scripts hard-coded the paths for LIBEXECDIR and DATADIR, unless passed as environment variables. Instead of doing this, which breaks if plymouth is installed outside of /usr, set these derived from the configure $libexecdir and $datadir variables just as we do for pkg-config, etc. Since we use so many variables, it makes more sense to generate these scripts from config.status rather than having special Makefile rules for them.
2009-08-28[scripts] add plymouth-generate-initrd scriptRay Strode1-1/+2
One useful way to use plymouth is by installing it into an auxillary initrd image, that overlays the primary one. This allows plymouth and its current theme to get updated indepedently of the kernel and the rest of the initrd stuff. plymouth-generate-initrd creates an initrd named: initrd-plymouth.img in /boot that is suitable for use a second initrd on the initrd line in grub.conf.
2009-08-11allow to change system release filename with configure optionFrederic Crozat1-0/+1
2009-05-20[splash] Split splashes into plugins and themesRay Strode1-6/+6
Some of the plugins (well, the glow plugin) would be a lot more versatile if they could be reused for multiple splashes with different images. This commit splits boot splashes into two parts, the plugin engine which does all the dirty work, and the theme which says which plugin to use and optionally how the plugin should work (using plugin specific key/value pairs)
2008-10-17Gut plymouth-update-initrdRay Strode1-6/+3
It's broken and people keep using it, so change it so that it's useful.
2008-10-06update libdir detection to reflect to plymouth dirRay Strode1-3/+9
Previously, plymouth was installed in /usr/bin and we'd look for it there to figure out if this is a 64-bit or 32-bit install. Now it's in /bin, so we need to look in /bin instead.
2008-10-06Move plymouth client/daemon/libply out of /usrRay Strode1-6/+4
Since we may be calling plymouth before /usr is mounted we need to make sure it's not in /usr. The daemon could technically stay in /usr/libexec, but if we're moving the client, should move the daemon, too, I guess.
2008-09-11Fix sandbox builds (by using DESTDIR)Christoph Brill1-1/+1
plymouth-update-initrd was getting passed the logo location without DESTDIR
2008-06-12Don't ship pregenerated initrd scripts in tarballRay Strode1-10/+11
2008-06-11Fix distcheckRay Strode1-1/+6
Now that we generate the initrd scripts, we need to ship the input templates
2008-06-11Generate helper scripts so the right logo is includedRay Strode1-2/+8
2008-06-11Add new plymouth-set-default-plugin scriptRay Strode1-1/+4
This script updates which plugin graphical.so points to
2008-06-03Add a script to populate an initrd from a directory specified on the command ↵Peter Jones1-1/+1
line.
2008-05-30Point plymouth-update-initrd at the configured logoRay Strode1-1/+1
2008-05-30Don't run plymouth-update-initrd during distcheckRay Strode1-2/+4
2007-06-10drop .deps dir that got added on accident. Add DESTDIR to makefileRay Strode1-2/+2
2007-06-08fix up the scripts Makefile to actually install the scriptRay Strode1-6/+5
2007-06-08rename plymouth-update-initrd.sh to plymouth-update-initrdRay Strode1-2/+2
2007-06-08run initrd update script after installRay Strode1-0/+3
2007-06-08add my scripts directory to gitRay Strode1-0/+8