Skip to content

Commit

Permalink
Changed --"tar -xf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp…
Browse files Browse the repository at this point in the history
…/bone/root"

too --
"bsdtar -xpf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bone/root"

Should through less "unknowen header keyword" errors
  • Loading branch information
MarcMcIntosh committed Feb 28, 2015
1 parent 9304d96 commit 2c408bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch4bone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ mkdir -p /tmp/bone/root
mount $part2 /tmp/bone/root

# ... extract the root filesystem tarball here ...
tar -xf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bone/root
bsdtar -xpf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bone/root

# ... and unmount the partition.
umount /tmp/bone/root
Expand Down

0 comments on commit 2c408bb

Please sign in to comment.