There is an updated pull request by dkwo against master on the void-packages repository https://github.com/dkwo/void-packages asahi2 https://github.com/void-linux/void-packages/pull/39796 Apple Silicon Mac support packages (v2) This is the second iteration of https://github.com/void-linux/void-packages/pull/36390, see that for more details. This PR can boot from a USB stick using https://github.com/void-linux/void-mklive/pull/281 Changes: - update m1n1, asahi-uboot, kernel - add a kernel hook for m1n1, modelled upon asahi-scripts and efibootmgr - ship tinyramfs config - deal with firmware from within the initramfs (tinyramfs hooks) - can be updated with `asahi-fwextract /boot/asahi /boot/vendorfw` (if efi is at boot). I've been testing for some time with: ``` /etc/tinyramfs/config compress="gzip -9" hostonly=yes hooks="eudev,asahi" root_type=ext4 root="UUID=" ``` Build `wpa_supplicant` from master branch for working wpa3. See also https://github.com/void-linux/void-packages/issues/48260 See https://github.com/AsahiLinux/docs/wiki/Kernel-config-notes-for-distros for kconfig. [ci skip] At this point, `mesa-asahi` is tested by me and @slimjimsoftware , while audio is only tested by them (I just fixed linting and obvious build stuff, plan to check it more thoroughly later.) TODO: check video group and add note `ignorepkg=libgbm` for mesa (if this is the right way to deal with it), fix errors/complaints in sway. The lsp and printer-driver thing should can go to void as separate pr's. A patch file from https://github.com/void-linux/void-packages/pull/39796.patch is attached