Browse Source

busybox cpio does not know --quiet

Waldemar Brodkorb 11 years ago
parent
commit
fdc3ccf240
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
embedded-test.sh

@@ -484,7 +484,7 @@ EOF
 	kernel=openadk/firmware/qemu-${march}_${libc}/qemu-${march}-initramfsarchive-kernel
 
 	echo "Creating initramfs filesystem"
-	(cd $root; find . | cpio -o -C512 -Hnewc --quiet |xz --check=crc32 --stdout > ${topdir}/initramfs.${arch})
+	(cd $root; find . | cpio -o -C512 -Hnewc |xz --check=crc32 --stdout > ${topdir}/initramfs.${arch})
 	rm -rf $root
 
 	echo "Now running the tests in qemu for architecture ${arch}"