containers / containers/initoverlayfs

wrong options for zstd?

Open
#89 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
46
Forks
8
PR merge metrics
No merged PRs in 30d

Description

Around line 74 $CAT is defined as `zstd` to extract an initrd image, but should that not be `zstdcat` ?

73 elif $skipcpio $file_path | zstd -q -c -t - >/dev/null 2>&1; then
74 CAT="zstdcat"
75 elif $skipcpio $file_path | xzcat -t - >/dev/null 2>&1; then

Changing it on my system (Fedora 42) the innitoverlayfs image is created.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.