Skip to content

Commit

Permalink
debian-emmc.sh Suppress tar timestamp warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Radensky committed Jun 18, 2018
1 parent 36ff18e commit 07573a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variscite/debian-emmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function install_rootfs
mkdir -p ${mountdir_prefix}${rootfspart}
mount ${node}${part}${rootfspart} ${mountdir_prefix}${rootfspart}
printf "Extracting files"
tar xpf ${imagesdir}/rootfs.tar.gz -C ${mountdir_prefix}${rootfspart} --checkpoint=.1200
tar --warning=no-timestamp -xpf ${imagesdir}/rootfs.tar.gz -C ${mountdir_prefix}${rootfspart} --checkpoint=.1200
echo
echo
sync
Expand Down

0 comments on commit 07573a8

Please sign in to comment.