File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ args=("-i[input archive]:archive:_files"
2424 "--set-group[GID]:GID:_groups"
2525 "-m[file mode]:mode"
2626 "--set-mode[file modes]:mode"
27- "-z[compression]:compression:(xz)"
28- "--compress[compression]:compression:(xz)"
27+ "-z[compression]:compression:(xz zstd )"
28+ "--compress[compression]:compression:(xz zstd )"
2929 "-o[output archive]:archive:_files"
3030 "--output[output archive]:archive:_files"
3131 "--log-file[specify the log file]:log file:_files"
Original file line number Diff line number Diff line change 66
77A library for creating CPIO files in Python.
88
9- Currently, the library only supports the New ASCII format, and xz compression
9+ Currently, the library only supports the New ASCII format.
10+
11+ xz compression and zstd compression types are suppored.
1012
1113This library is primary designed for use in [ ugrd] ( https://github.com/desultory/ugrd ) to create CPIO archives for use in initramfs.
1214
You can’t perform that action at this time.
0 commit comments