> I have been trying to install Debian on a Neo 1973, and when the
> installer uses tar with -z, it fails and shows: tar: invalid option --z

To fix the issue, tar invocation should be replaced with a variant of
gzip -cd | tar -xf - 

However, the script you used is likely be long outdated, and it will fail 
for other reasons if not this one. Where is the installer script from?

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to