1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Merge pull request #215 from allinurl/patch-1

Fix spelling error
This commit is contained in:
0xAX 2015-09-21 13:36:40 +06:00
commit 1fa6c54258

View File

@ -88,7 +88,7 @@ upstream https://github.com/torvalds/linux.git (push)
One is of you fork (`origin`) and the second is for main repository (`upstream`).
Now as he we local copy of the Linux kernel source code, we need to configure and build it. The Linux kernel can be configured in different ways. The simplest way just copy configuration file of the already installed kernel that located in the `/boot` directory:
Now that we have a local copy of the Linux kernel source code, we need to configure and build it. The Linux kernel can be configured in different ways. The simplest way just copy configuration file of the already installed kernel that located in the `/boot` directory:
```
$ sudo cp /boot/config-$(uname -r) ~/dev/linux/.config