When creating an archive source to use in a nix overlay, it is necessary that all files are appended to the tar.gz file under a root dir. This series adds a argument (--dir) that will create a root directory and append all files under it.
The series does not change the default behavior where all files are added to the tar.gz root. Comments are greatly appreciated. PS: Had initialy missed adding qemu-devel to CC. Appologies if you received this twice. Signed-off-by: Joel Granados <joel.grana...@kernel.org> -- --- Joel Granados (3): scripts: nixify archive-source.sh scripts: Add root dir to arguments scripts: Clarify doc messages in archive-source.sh scripts/archive-source.sh | 92 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 69 insertions(+), 23 deletions(-) --- base-commit: ea35a5082a5fe81ce8fd184b0e163cd7b08b7ff7 change-id: 20250408-jag-sysctl-36c35b960c28 Best regards, -- Joel Granados <joel.grana...@kernel.org>