From b288acc138d72ccda7ec27967089ddc4c71ce978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Mon, 10 Apr 2006 17:44:17 +0000 Subject: Fix initramfs support (use cpio -c) --- scripts/make-boot-splash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make-boot-splash') 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 -- cgit v1.2.1