New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/33556#issuecomment-1074358467 Comment: After digging a bit more I believe the issue is that https://github.com/void-linux/void-mklive/blob/master/mkplatformfs.sh.in#L180 is not trigger for my `platformfs` build, even though I have the tools but not the files: ```sh ls -lisah usr/bin/{mkimage,dracut} 919096 88K -rwxr-xr-x 1 root root 85K 14. Jul 2021 usr/bin/dracut 919116 300K -rwxr-xr-x 1 root root 299K 21. Jan 01:10 usr/bin/mkimage ``` ```sh LC_ALL=C ls -lisah boot/*nitrd ls: cannot access 'boot/*nitrd': No such file or directory ``` Probably because of https://github.com/void-linux/void-mklive/blob/master/mkplatformfs.sh.in#L182, I build for `aarch64` but it checks for `arm` in `XBPS_TARGET_ARCH`.