Skip to content

Commit

Permalink
asahi-base: reword
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Dec 22, 2024
1 parent 5810dbc commit b91529d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/asahi-base/files/README.voidlinux
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ Use Asahi Linux install scripts with "UEFI environment only", then proceed
with usual Void installation. The default is to have EFI partition at
/boot, other choices can be made by editing m1n1 config.

At the very least, install base-system, asahi-base and an initram
At the very least, install base-system, asahi-base and an initramfs
generator. By default, also asahi-uboot, grub-arm64-efi and asahi-scripts
are required, unless one changes initram or payload for m1n1.
are required, unless one changes initramfs or payload for m1n1.

We ship a kernel hook for m1n1, modeled upon Asahi upstream. This allows
to either just use m1n1, or use it in combination with uboot and
Void ships a kernel hook for m1n1, modeled upon Asahi upstream. This
allows to either just use m1n1, or use it in combination with uboot and
grub (default) by setting the PAYLOAD variable (requires asahi-uboot,
grub-arm64-efi). We ship tinyramfs config and hooks (to use, add asahi
to hooks). The default is dracut, its hooks are provided by asahi-scripts
together with mkinitcpio ones.

If using audio, must install asahi-audio, enable speakersafetyd service,
and utilize pipewire and wireplumber.
If using audio, you must install asahi-audio, ensure the speakersafetyd
service is enabled, and utilize pipewire and wireplumber.

Firmware can be updated with asahi-fwupdate from asahi-scripts. It is
recommended to do so whenever the asahi-firmware package is updated.
2 changes: 1 addition & 1 deletion srcpkgs/asahi-base/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ depends="linux-asahi m1n1 speakersafetyd"
short_desc="Void Linux Apple Silicon support package"
maintainer="Will Springer <[email protected]>, dkwo <[email protected]>"
license="Public Domain"
homepage="http://asahilinux.org"
homepage="https://asahilinux.org"

do_install() {
vinstall "${FILESDIR}/tinyramfs-hook-asahi" 644 usr/lib/tinyramfs/hook.d/asahi asahi
Expand Down

0 comments on commit b91529d

Please sign in to comment.