| Summary: | XZ doesn't work. | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Sean Walton <swalton> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | busybox-cvs |
| Priority: | P2 | ||
| Version: | 1.21.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Sean Walton
2013-12-13 19:11:18 UTC
Yes, it's true. We don't have XZ *compressor*, only decompressor.
Help says exactly this - that option -d is mandatory:
BusyBox v1.21.1 (2013-12-16 01:47:36 CET) multi-call binary.
Usage: xz -d [-cf] [FILE]...
Decompress FILE (or stdin)
-d Decompress
-c Write to stdout
-f Force
See? it is not "[-d]", it is "-d".
Config help says the same:
CONFIG_XZ:
Enable this option if you want commands like "xz -d" to work.
IOW: you'll get xz applet, but it will always require -d option.
|