Skip to content

Commit e3ef9c6

Browse files
committed
kernel: armbian: don't flood output with tar's verbose option
Signed-off-by: Ricardo Pardini <[email protected]>
1 parent a1602d4 commit e3ef9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/kernel/kernel_armbian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function calculate_kernel_version_armbian() {
9494
# Important: this tarball needs to have permissions for the root directory included! Otherwise linuxkit rootfs will have the wrong permissions on / (root)
9595
WORKDIR /armbian/modules_only
9696
RUN mv /armbian/image/lib /armbian/modules_only/
97-
RUN tar -cvf /armbian/output/kernel.tar .
97+
RUN tar -cf /armbian/output/kernel.tar .
9898
9999
# Create a tarball with the dtbs in usr/lib/linux-image-*
100100
RUN { cd usr/lib/linux-image-* || { echo "No DTBS for this arch, empty tar..." && mkdir -p usr/lib/linux-image-no-dtbs && cd usr/lib/linux-image-* ; } ; } && pwd && du -h -d 1 . && tar -czvf /armbian/output/dtbs.tar.gz . && ls -lah /armbian/output/dtbs.tar.gz

0 commit comments

Comments
 (0)