| Summary: | busybox xz description is printed when busybox tar pipes into it | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | e5ten.arch |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | My .config | ||
|
Description
e5ten.arch
2018-10-10 14:02:10 UTC
This is not a bug. Creation of .tar.xz files requires xz _compressor_. Busybox's "xz" is not a full tool - it contains only decompression code (and thus requires -d option to be always specified). Install fully-functional xz. |