Skip to content

Commit

Permalink
asahi: change wording for default
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Jan 4, 2025
1 parent 102a275 commit 5e3d64d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/installation/guides/arm-devices/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,15 @@ setenv bootmeths "efi"
boot
```

will instruct it to do so. Then proceed with the usual Void installation. At the
very least, install `base-system`, `asahi-base`, and an initramfs generator. By
default, `asahi-ubooot`, `grub-arm64-efi` and `asahi-scripts` are also required.
The latter provides hooks for dracut and mkinitcpio. Void also ships tinyramfs
config and hooks (to use, add `asahi` to `hooks`). The grub option `--removable`
is known to work.

Void ships a kernel hook for m1n1, modeled upon Asahi upstream. This allows you
to either just use m1n1, or use it in combination with uboot and grub (default)
by setting the `PAYLOAD` variable (requires `asahi-uboot` and `grub-arm64-efi`).
will instruct it to do so. Then proceed with the usual Void installation.

At the very least, install `base-system`, `asahi-base`, and an initramfs
generator. By default, `grub-arm64-efi` and `asahi-scripts` are also
recommended. The latter provides hooks for dracut and mkinitcpio. Void also
ships tinyramfs config and hooks (to use, add `asahi` to `hooks`). The grub
option `--removable` is known to work. Void ships a kernel hook for m1n1,
modeled upon Asahi upstream. This allows you to either just use m1n1, or use it
in combination with uboot and grub (default) by setting the `PAYLOAD` variable.

If using audio, you must install `asahi-audio`, ensure the speakersafetyd
service is [enabled](/config/services/index.md#enabling-services), and set up
Expand Down

0 comments on commit 5e3d64d

Please sign in to comment.