From a2ae9a795f312dcc17568e1847bb01429d35d9a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Mar 2007 09:08:08 +0000 Subject: make cpio quiet --- scripts/make-boot-splash-raw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.1