Harald Hoyer
6d58fa27a4
change "while read x" to cope with EOF without newline
...
while read x || [ -n "$x" ]
should do the trick
10 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Harald Hoyer
af11946054
dracut-functions.sh: inst_multiple == dracut_install
12 years ago
Harald Hoyer
ca2c693679
Do not call plymouth with full path
12 years ago
Harald Hoyer
0efc6c716a
plymouth: fixed inst_libdir_file() call
...
https://bugzilla.redhat.com/show_bug.cgi?id=831349
13 years ago
Harald Hoyer
d77540c8e4
get rid of libdir and usrlibdir
13 years ago
Harald Hoyer
552ecca6db
Renamed all shell scripts to *.sh
13 years ago
Harald Hoyer
3b403b32fc
removed trailing whitespaces
14 years ago
Harald Hoyer
d125a47061
mkdir always with -m 0755
14 years ago
Harald Hoyer
cc02093d69
reformat source code
...
removed tabs and set indention to 4 spaces
added emacs and vi format headers
15 years ago
Amadeusz Żołnowski
55309e7800
use $libdir and $usrlibdir instead of individual detect with ldd
15 years ago
Harald Hoyer
a8ca68a91e
plymouth/plymouth-populate-initrd: get rid of awk
15 years ago
Harald Hoyer
b809e77f54
plymouth: in the generic case, only install text and details themes
16 years ago
Harald Hoyer
3714170f33
plymouth-populate-initrd: do not install label.so
...
https://bugzilla.redhat.com/show_bug.cgi?id=515589
It ends up installing the label.so control plugin which isn't supposed
to get installed into the initrd. this makes cairo and libX11 and all sorts of
things move into the initrd that aren't supposed to.
16 years ago
Harald Hoyer
7c00784e5c
plymouth: install all themes and make them selectable by command line
...
Bootsplash - plymouth
rd_plytheme=<theme name>
specify the plymouth bootsplash theme (fallback is text)
16 years ago
Warren Togami
d0c7d42b3e
plymouth-0.7: details.so must be copied as well
16 years ago
Warren Togami
e902c65391
plymouth-0.7: fully install default theme and associated plugin
16 years ago
Warren Togami
d03caf15cc
Check /sbin/plymouthd for arch instead of /proc/$$/exe. /sbin/plymouthd is guaranteed to be there and be the correct arch.
16 years ago
Andreas Thienemann
9a4495557f
add missing files for plymouth
16 years ago
Harald Hoyer
41fab50b5f
fixed plymouth installation for plymouth-0.7.0-0.2009.05.08.1.fc11
16 years ago
Victor Lowther
321763882c
Chop tons of unneeded stuff out of the plymouth module
...
Most of plymouth-populate-initrd appears to have been unneeded, and is gone.
The rest was updated to match dracut usage.
16 years ago
Victor Lowther
580ea15dee
Make plymouth play nice with current ctypt code, part 2.
...
The reason this works is that inst will refuse to overwrite a file that
already exists. We jsut make plymouth's code to ask for a password have the
same name as 90crypt's password asking script, and it will override 90crypt's
script while leaving everything else intact.
16 years ago
Harald Hoyer
0f46778162
added plymouth with crypt handling
16 years ago