diff options
Diffstat (limited to 'getting-started/troubleshooting.md')
-rw-r--r-- | getting-started/troubleshooting.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md index 183d0c9..6b2d930 100644 --- a/getting-started/troubleshooting.md +++ b/getting-started/troubleshooting.md @@ -24,8 +24,8 @@ tar (GNU tar) 1.28 To copy Automotive Grade Linux (AGL) files AND EXTENDED ATRIBUTES onto the SDcard using tar the command is: ``` -tar --extract --numeric-owner --preserve-permissions --preserve-order --totals \ - --xattrs-include='*' --directory=DESTINATION_DIRECTORY --file=agl-demo-platform.....tar.bz2 +tar --extract --xz --numeric-owner --preserve-permissions --preserve-order --totals \ + --xattrs-include='*' --directory=DESTINATION_DIRECTORY --file=agl-demo-platform.....tar.xz ``` ## meta-rust |