picodotdev / alis

Arch Linux Install Script (or alis, also known as the Arch Linux executable installation guide and wiki) installs an unattended, automated and customized Arch Linux system.
https://picodotdev.github.io/alis/
GNU General Public License v3.0
823 stars 319 forks source link

Add linux-firmware to the install base #102

Closed JWorthe closed 4 years ago

JWorthe commented 4 years ago

Good evening! I recently installed a new Arch system. This script was a massive help. Thank you!

I ran into this this bug during the installation.

Apparently, linux-firmware used to be a dependency of linux and so would be installed automatically, but they were separated at some point.

Without it, installing on a VM still works, but when I tried to install on bare metal (Intel CPU and AMD GPU) it froze during bootup. Adding the linux-firmware package fixed this.

See https://wiki.archlinux.org/index.php/Installation_guide#Install_essential_packages

picodotdev commented 4 years ago

Thanks for the pull request. Nice to read that this script is useful!