diff --git a/docs/distributions/arch/installation.md b/docs/distributions/arch/installation.md index 9e9b0cd6..87574ff9 100644 --- a/docs/distributions/arch/installation.md +++ b/docs/distributions/arch/installation.md @@ -22,7 +22,7 @@ You will need: - Using pacstrap (more vanilla Arch experience) - 1. Run `pacstrap /mnt base linux-t2 apple-t2-audio-config apple-bcm-firmware linux-firmware iwd grub efibootmgr tiny-dfr t2fand` (omit the `grub efibootmgr` packages from this if you intend to use systemd-boot as your bootloader). You can choose to use Xanmod kernel instead. In this case, replace `linux-t2` with `linux-xanmod-t2`. + 1. Run `pacstrap /mnt base linux-t2 apple-t2-audio-config apple-bcm-firmware linux-firmware iwd grub efibootmgr tiny-dfr t2fanrd` (omit the `grub efibootmgr` packages from this if you intend to use systemd-boot as your bootloader). You can choose to use Xanmod kernel instead. In this case, replace `linux-t2` with `linux-xanmod-t2`. 2. Add repository to `/mnt/etc/pacman.conf`, by adding this: @@ -40,10 +40,10 @@ You will need: 7. Add `apple-bce` to the `MODULES` list in `/etc/mkinitcpio.conf`, and then run `mkinitcpio -P` -8. Enable `t2fand` and `tiny-dfr` by running: +8. Enable `t2fanrd` and `tiny-dfr` by running: ```bash - sudo systemctl enable t2fand + sudo systemctl enable t2fanrd sudo systemctl enable tiny-dfr ```