Skip to content

install/{archiso,archiso_pxe_common}: use add_file instead of interacting with BUILDROOT

nl6720 requested to merge nl6720/mkinitcpio-archiso:use-add_file into master

add_file can take /dev/stdin (-) as the source path, so we do not need to directly touch $BUILDROOT anymore.

Merge request reports