From 2c408bb639079ede022429950cc49c287b776dc4 Mon Sep 17 00:00:00 2001 From: MarcMcIntosh Date: Sat, 28 Feb 2015 17:26:47 +0000 Subject: [PATCH] Changed --"tar -xf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bone/root" too -- "bsdtar -xpf /tmp/bone/ArchLinuxARM-am33x-latest.tar.gz -C /tmp/bone/root" Should through less "unknowen header keyword" errors --- arch4bone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch4bone.sh b/arch4bone.sh index af3d717..5c46f7b 100644 --- a/arch4bone.sh +++ b/arch4bone.sh @@ -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