From e7999a032bd888abf3665c501a754dbb922fe7c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 03:39:56 +0300 Subject: Switch to org-mode for generating the website --- .../carbslinux/Obtaining-the-kernel-sources.html | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 docs/docs/carbslinux/Obtaining-the-kernel-sources.html (limited to 'docs/docs/carbslinux/Obtaining-the-kernel-sources.html') diff --git a/docs/docs/carbslinux/Obtaining-the-kernel-sources.html b/docs/docs/carbslinux/Obtaining-the-kernel-sources.html new file mode 100644 index 0000000..34c92ed --- /dev/null +++ b/docs/docs/carbslinux/Obtaining-the-kernel-sources.html @@ -0,0 +1,75 @@ + + + + + + +Obtaining the kernel sources (Carbs Linux User Manual) + + + + + + + + + + + + + + + + + + +
+

+Next: , Up: Kernel   [Contents]

+
+
+

1.4.1 Obtaining the kernel sources

+ +

You can visit the https://kernel.org website to choose a kernel that you want +to install. Though only the latest stable and longterm (LTS) versions are +supported. +

+
+
# Download the kernel and extract it
+wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.9.1.tar.xz
+tar xf linux-5.9.1.tar.xz
+
+# Change directory into the kernel sources
+cd linux-5.9.1
+
+ + + + + + -- cgit v1.2.3