Skip to content

Commit

Permalink
Arch: Use t2fanrd
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Mar 18, 2024
1 parent 9ade014 commit 08c16bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/distributions/arch/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
```
Expand Down

0 comments on commit 08c16bf

Please sign in to comment.