Remove dependencies to files on the host system
It's not reliable to use files from the host system. There's no guarantee that the packages which provide them are up to date or that they are not modified.
Solving this could, theoretically, make it possible to build ISOs on non-Arch systems as long as they have pacman and arch-install-scripts.
-
archiso's custom mkinitcpio hooks should be installed in airoots not copied from host: !50 (merged) . -
The UEFI shell should be acquired by installing edk2-shell in airootfs and copying it from there: !57 (merged) .
Edited by nl6720