aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index 9bf64a0..6a5a236 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -59,7 +59,7 @@ if `/bin/zcat $initrd_file 2> /dev/null | /bin/cpio -t &> /dev/null`; then
rm -f $tmp_dir/bootsplash
fi
fi
- /bin/find . -print | /bin/cpio -o 2> /dev/null | gzip -c > $initrd_file
+ /bin/find . -print | cpio --quiet -c -o 2> /dev/null | gzip -c > $initrd_file
popd &> /dev/null
rm -rf $tmp_dir
else