Skip to content

functions: replace add_file routine with faster tar/chmod routine on bigger initramfs tasks

Replace the add_file routine with tar/chmod which is much cleaner and faster. tar can handle symlinks and creates directrories in one call.

Merge request reports