Skip to content

Commit

Permalink
fix: use xz for seed.tar
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Jul 10, 2024
1 parent 156ded4 commit 85bb38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/rsdk/build/rootfs.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function(
mkdir -p "%(output_dir)s/seed"
cp "$1/etc/radxa_image_fingerprint" "%(output_dir)s/seed"
cp "$1/etc/rsdk/"* "%(output_dir)s/seed"
tar zvcf "%(output_dir)s/seed.tar.gz" -C "%(output_dir)s/seed" .
tar Jvcf "%(output_dir)s/seed.tar.xz" -C "%(output_dir)s/seed" .
rm -rf "%(output_dir)s/seed"
||| % { output_dir: output_dir },
]
Expand Down

0 comments on commit 85bb38b

Please sign in to comment.