Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you don't want to use the pre-built kernel and headers, you can compile the k
```
for i in ~/linux-surface/patches/[VERSION]/*.patch; do patch -p1 < $i; done
```
5. Use config for kernel series (may need to manually change for your distro):
5. Use config for kernel series. You may need to manually change for your distro; for Ubuntu use `~/linux-surface/configs/[VERSION]/config.ubuntu`:
```
cp ~/linux-surface/configs/[VERSION]/config .config
```
Expand Down
Loading