Skip to content
Snippets Groups Projects
Commit 2f07f9eb authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/genrootfs.sh: exclude dev/*

parent d8ce74e3
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,4 @@ http://dl-cdn.alpinelinux.org/alpine/$branch/main ...@@ -54,6 +54,4 @@ http://dl-cdn.alpinelinux.org/alpine/$branch/main
http://dl-cdn.alpinelinux.org/alpine/$branch/community http://dl-cdn.alpinelinux.org/alpine/$branch/community
EOF EOF
#rm -rf "$tmp"/var/cache/apk/* tar --numeric-owner --exclude='dev/*' -c -C "$tmp" . | gzip -9n > "$outfile"
tar --numeric-owner -c -C "$tmp" . | gzip -9n > "$outfile"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment