aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-03-13 09:08:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-03-13 09:08:08 +0000
commita2ae9a795f312dcc17568e1847bb01429d35d9a6 (patch)
tree511fb08e4cfca634028a7753d3e0275e714209f7 /scripts
parent1a2b719dc04b35a59f3e6f5e7e97883f9c8c141b (diff)
downloadbootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar
bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar.gz
bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar.bz2
bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar.xz
bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.zip
make cpio quiet
Diffstat (limited to 'scripts')
-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 f5279fe..c963025 100755
--- a/scripts/make-boot-splash-raw
+++ b/scripts/make-boot-splash-raw
@@ -31,7 +31,7 @@ if `/bin/zcat $initrd_file 2> /dev/null | /bin/cpio -t &> /dev/null`; then
/bin/zcat $initrd_file | cpio-filter --exclude bootsplash > $tmp_dir/initrd
if [[ -x /sbin/splash ]]; then
/sbin/splash -s -f $config > $tmp_dir/bootsplash
- echo bootsplash | (cd $tmp_dir ; cpio -o -c -O $tmp_dir/initrd --append)
+ echo bootsplash | (cd $tmp_dir ; cpio -o -c --quiet -O $tmp_dir/initrd --append)
fi
gzip -c $tmp_dir/initrd > $initrd_file
rm -rf $tmp_dir