aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-10 17:47:55 +0300
committerCem Keylan <cem@ckyln.com>2020-05-10 17:47:55 +0300
commit28d0722f8e8381a7fc5bb358a25141229cf99ae2 (patch)
tree4d0fc87dacb2fce7780ccf79c93dfc0047d604e1 /src
parent022112f44e2dfd74274827bbd6e13886de47188b (diff)
downloadwebsite-28d0722f8e8381a7fc5bb358a25141229cf99ae2.tar.gz
update
Diffstat (limited to 'src')
-rw-r--r--src/wiki/install.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wiki/install.md b/src/wiki/install.md
index fd6ea73..c9f9928 100644
--- a/src/wiki/install.md
+++ b/src/wiki/install.md
@@ -193,6 +193,12 @@ can be found on the repository
### Install the Kernel
+**IMPORTANT NOTE**
+
+If you have GCC 10.x on your system, you need to apply this [patch] to
+your kernel sources. Otherwise your kernel will panic during the boot
+stage.
+
Next step is installing the kernel, which might sound as a challenge
you should download and extract the kernel tarball first.
@@ -205,6 +211,8 @@ you should download and extract the kernel tarball first.
$ tar xf linux-5.5.tar.xz
$ cd linux-5.5
+[patch]: https://dl.carbslinux.org/distfiles/linux-gcc-10-bootfix.patch
+
**Configure the Kernel**
You can check <https://wiki.gentoo.org/wiki/Kernel/Configuration>