diff options
Diffstat (limited to 'docs/wiki')
-rw-r--r-- | docs/wiki/install.html | 6 | ||||
-rw-r--r-- | docs/wiki/install.txt | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/wiki/install.html b/docs/wiki/install.html index 4c391a1..c633629 100644 --- a/docs/wiki/install.html +++ b/docs/wiki/install.html @@ -217,6 +217,12 @@ $ kiss install 9base <h3>Install the Kernel</h3> +<p><strong>IMPORTANT NOTE</strong></p> + +<p>If you have GCC 10.x on your system, you need to apply this <a href="https://dl.carbslinux.org/distfiles/linux-gcc-10-bootfix.patch">patch</a> to +your kernel sources. Otherwise your kernel will panic during the boot +stage.</p> + <p>Next step is installing the kernel, which might sound as a challenge you should download and extract the kernel tarball first.</p> diff --git a/docs/wiki/install.txt b/docs/wiki/install.txt index 2f86b76..0bca1de 100644 --- a/docs/wiki/install.txt +++ b/docs/wiki/install.txt @@ -192,6 +192,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. @@ -204,6 +210,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> |