aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash-raw
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-10-12 14:02:59 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-10-12 14:02:59 +0000
commit030cdae925f422b8ce3e20da59405d1b0acb5e6a (patch)
tree3b6e3b763c2e172afdb57fd0c23fe34686621e62 /scripts/make-boot-splash-raw
parent8cd65dee04c730ab2e781d6e2f0f5c86a684c790 (diff)
downloadbootsplash-030cdae925f422b8ce3e20da59405d1b0acb5e6a.tar
bootsplash-030cdae925f422b8ce3e20da59405d1b0acb5e6a.tar.gz
bootsplash-030cdae925f422b8ce3e20da59405d1b0acb5e6a.tar.bz2
bootsplash-030cdae925f422b8ce3e20da59405d1b0acb5e6a.tar.xz
bootsplash-030cdae925f422b8ce3e20da59405d1b0acb5e6a.zip
- remove splashy leftover in initrd
- hide error message
Diffstat (limited to 'scripts/make-boot-splash-raw')
-rwxr-xr-xscripts/make-boot-splash-raw2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash-raw b/scripts/make-boot-splash-raw
index 52bdd7e..6fe160b 100755
--- a/scripts/make-boot-splash-raw
+++ b/scripts/make-boot-splash-raw
@@ -17,7 +17,7 @@ THEME=$2
if `/bin/zcat $initrd_file 2> /dev/null | /bin/cpio -t &> /dev/null`; then
tmp_dir=`mktemp -d`
- /bin/zcat $initrd_file | cpio-filter --exclude 'usr/share/plymouth|usr/lib/plymouth|usr/lib64/plymouth|bin/plymouth|lib/libply|usr/lib/libply|lib64/libply|usr/lib64/libply' > $tmp_dir/initrd
+ /bin/zcat $initrd_file 2> /dev/null | cpio-filter --exclude 'usr/share/plymouth|usr/lib/plymouth|usr/lib64/plymouth|bin/plymouth|lib/libply|usr/lib/libply|lib64/libply|usr/lib64/libply' > $tmp_dir/initrd
if [ -x /usr/libexec/plymouth/plymouth-populate-initrd ]; then
mkdir $tmp_dir/plymouth
/usr/libexec/plymouth/plymouth-populate-initrd -t $tmp_dir/plymouth