diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-03-13 09:08:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-03-13 09:08:08 +0000 |
commit | a2ae9a795f312dcc17568e1847bb01429d35d9a6 (patch) | |
tree | 511fb08e4cfca634028a7753d3e0275e714209f7 /scripts/make-boot-splash-raw | |
parent | 1a2b719dc04b35a59f3e6f5e7e97883f9c8c141b (diff) | |
download | bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar.gz bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar.bz2 bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.tar.xz bootsplash-a2ae9a795f312dcc17568e1847bb01429d35d9a6.zip |
make cpio quiet
Diffstat (limited to 'scripts/make-boot-splash-raw')
-rwxr-xr-x | scripts/make-boot-splash-raw | 2 |
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 |