New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/33556#issuecomment-1072771436 Comment: @tiemenwerkman @tsndqst @CameronNemo please tell me on how to get a working `platformfs` for `rockpro64`. What I did was I took the `void-aarch64-ROOTFS-20210930.tar.xz` and added the `rockpro64-base` to it: ```sh ./mkplatformfs.sh -p rockpro64-base -c /home/anon/.mkvr/cache -r /home/anon/.bldr/host/binpkgs/pr-33556 \ -o /home/anon/.mkvr/images/void-platform-aarch64-20220318-rockpro64-de_DE.UTF-8.tar.xz rockpro64 \ /home/anon/.mkvr/data/rockpro64/rootfs.tar.xz ``` Surely I must be missing something here?