|
@@ -44,9 +44,9 @@ You will need to download the image, headers and libc-dev deb files for the vers
|
|
|
|
|
|
### Instructions
|
|
|
|
|
|
-0. (Prep) Install Git:
|
|
|
+0. (Prep) Install Dependencies:
|
|
|
```
|
|
|
- sudo apt install git
|
|
|
+ sudo apt install git curl wget sed
|
|
|
```
|
|
|
1. Clone the linux-surface repo:
|
|
|
```
|
|
@@ -60,11 +60,13 @@ You will need to download the image, headers and libc-dev deb files for the vers
|
|
|
```
|
|
|
sudo sh setup.sh
|
|
|
```
|
|
|
-4. Install the headers, kernel and libc-dev (make sure you cd to your download location first):
|
|
|
+5. Reboot on installed kernel.
|
|
|
+
|
|
|
+The setup script will handle installing the latest kernel for you. You can also choose to download any version you want and install yourself:
|
|
|
+Install the headers, kernel and libc-dev (make sure you cd to your download location first):
|
|
|
```
|
|
|
sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb
|
|
|
```
|
|
|
-5. Reboot on installed kernel.
|
|
|
|
|
|
### Compiling the Kernel from Source
|
|
|
|