Skip to content

Commit

Permalink
Merge pull request #5 from MarcMcIntosh/master
Browse files Browse the repository at this point in the history
Changed --"tar -xf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bo...
  • Loading branch information
Andreas Wilhelm committed Feb 28, 2015
2 parents 9304d96 + 2c408bb commit 59de25e
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 59de25e

Please sign in to comment.