Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
fix tar file list
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Apr 13, 2019
1 parent 21fb9cf commit 6904b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay_pack.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# run on device /overlay/upper/
find -type f -o -type l|grep -v dropbear_rsa_host_key|grep -v urandom.seed|grep -v board.json|xargs tar -czf /tmp/update.tar.gz
find -type f -o -type l|grep -v dropbear_rsa_host_key|grep -v urandom.seed|grep -v board.json|tar -czf /tmp/update.tar.gz -T -

0 comments on commit 6904b04

Please sign in to comment.