Hallo, Raspi-Friends Some friends have instructed me to download the latest version for the Raspi..
openSUSE-Factory-ARM -XFCE....Build252.tar,tbz
But I was unable, to unpack the basic file for putting it on a sd-stick. With "tar -tjf name" I am getting the ist of included packages, but with "tar -xfj name" I getting error messages. Any advice would be welcomed. Merry Xmas and happy New Year Edgar, DJ3PU, Munich ´´ -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 12/21/2014 07:33 AM, Edgar Dombrowski wrote:
Hallo, Raspi-Friends
Some friends have instructed me to download the latest version for the Raspi..
openSUSE-Factory-ARM -XFCE....Build252.tar,tbz
But I was unable, to unpack the basic file for putting it on a sd-stick. With "tar -tjf name" I am getting the ist of included packages, but with "tar -xfj name" I getting error messages.
Any advice would be welcomed.
Merry Xmas and happy New Year
You are reversing the j and f switches. Switch f needs a parameter, thus it must be last. Try "tar -xjf name". Larry -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 21.12.14 17:24, Larry Finger wrote:
On 12/21/2014 07:33 AM, Edgar Dombrowski wrote:
Hallo, Raspi-Friends
Some friends have instructed me to download the latest version for the Raspi..
openSUSE-Factory-ARM -XFCE....Build252.tar,tbz
But I was unable, to unpack the basic file for putting it on a sd-stick. With "tar -tjf name" I am getting the ist of included packages, but with "tar -xfj name" I getting error messages.
Any advice would be welcomed.
Merry Xmas and happy New Year
You are reversing the j and f switches. Switch f needs a parameter, thus it must be last. Try "tar -xjf name".
I also don't think the file is the one you're looking for. You want a file that ends in ".raw.xz". The ".tbz" ones are just tarballs with the rootfs, but no kernel, file system or partition layout. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Alexander Graf
-
Edgar Dombrowski
-
Larry Finger