aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/remove-boot-splash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/remove-boot-splash')
-rw-r--r--scripts/remove-boot-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/remove-boot-splash b/scripts/remove-boot-splash
index 3ab7425..f7e7b63 100644
--- a/scripts/remove-boot-splash
+++ b/scripts/remove-boot-splash
@@ -16,7 +16,7 @@ if (!system("/bin/zcat $initrd 2> /dev/null | /bin/cpio -t &> /dev/null")) {
if (-f "$tmp_dir/bootsplash") {
unlink "$tmp_dir/bootsplash" or die "FATAL: removing of $tmp_dir/bootsplash failed";
print STDERR "remove-boot-splash: removing bootsplash from initrd\n";
- system("/bin/find . -print | /bin/cpio -o 2> /dev/null | gzip -c > $initrd")
+ system("/bin/find . -print | /bin/cpio --quiet -c -o 2> /dev/null | gzip -c > $initrd")
} else {
print STDERR "ERROR remove-boot-splash: bootsplash image not found in $initrd\n"
}