date: 2016-11-01 00:00
slug: arch-macbook-air
tags: arch, macbook
+copyright: 2016, 2019
---
This post summarizes how I install and dual-boot Arch GNU/Linux with
mkinitcpio -p linux
```
-Now, install the `intel-ucode` package. We'll configure the bootloader
-to enable intel microcode updates.
-
-```bash
-pacman -S intel-ucode
-```
-
Create the `/boot/loader/loader.conf` with the following content
(adjust the timeout to your liking):
At this point, I usually install my favorite AUR helper,
[pacaur](https://aur.archlinux.org/packages/pacaur/), then I install
the
-[broadcom-wl-dkms](https://aur.archlinux.org/packages/broadcom-wl-dkms/)
-wireless driver and
[mba6x\_bl-dkms](https://aur.archlinux.org/packages/mba6x%5Fbl-dkms/)
-backlight driver to fix the post suspend/resume issue where three's no
+backlight driver to fix the post suspend/resume issue where there's no
brightness after waking up from suspend, and the only available
brightness would be 100%.