From 701315f52f88af76ab698071db11a4a13aa3455a Mon Sep 17 00:00:00 2001 From: qzed Date: Wed, 2 Jan 2019 17:43:27 +0100 Subject: [PATCH] add link to arch-linux build scripts --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4faa50d61..81507d62b 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Install the headers, kernel and libc-dev (make sure you cd to your download loca ### Compiling the Kernel from Source +#### For Debian-Based Systems + If you don't want to use the pre-built kernel and headers, you can compile the kernel yourself following these steps: 0. (Prep) Install the required packages for compiling the kernel: @@ -105,6 +107,10 @@ If you don't want to use the pre-built kernel and headers, you can compile the k sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb ``` +#### For Arch-Based Systems + +Have a look at [this](https://github.com/dmhacker/arch-linux-surface) repository. + ### Signing the kernel for Secure Boot Please consult the [SIGNING.md](SIGNING.md).