linux-surface/pkg/arch/README.md

12 lines
325 B
Markdown
Raw Normal View History

# Arch Linux PKGBUILDs for Surface Linux
## Instructions
2023-03-05 17:40:45 +00:00
- Building the patched kernel
```
cd kernel
PKGEXT=".pkg.tar" MAKEFLAGS="-j8" makepkg -s --skippgpcheck
sudo pacman -U linux-surface-*.pkg.tar
```
It's based on the Arch kernel tree (with patches curated by Arch developers) and Surface specific patches.