aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-10 17:50:35 +0300
committerCem Keylan <cem@ckyln.com>2020-05-10 17:50:35 +0300
commitc7a903777bf7612cd6138998e759c555a836e37c (patch)
tree48b3a1a6790bc53befeb2ed11f7468b1f6cb7acb
parent28d0722f8e8381a7fc5bb358a25141229cf99ae2 (diff)
downloadwebsite-c7a903777bf7612cd6138998e759c555a836e37c.tar.gz
update
-rw-r--r--docs/wiki/install.html8
-rw-r--r--docs/wiki/install.txt10
-rw-r--r--src/wiki/install.md10
3 files changed, 11 insertions, 17 deletions
diff --git a/docs/wiki/install.html b/docs/wiki/install.html
index c633629..e9c882b 100644
--- a/docs/wiki/install.html
+++ b/docs/wiki/install.html
@@ -217,11 +217,9 @@ $ 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><strong>IMPORTANT:</strong> 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 0bca1de..81f87d1 100644
--- a/docs/wiki/install.txt
+++ b/docs/wiki/install.txt
@@ -190,14 +190,12 @@ can be found on the repository
$ kiss build 9base
$ kiss install 9base
-### 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.
+### Install the Kernel
+**IMPORTANT:** 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.
diff --git a/src/wiki/install.md b/src/wiki/install.md
index c9f9928..f49da4d 100644
--- a/src/wiki/install.md
+++ b/src/wiki/install.md
@@ -191,14 +191,12 @@ can be found on the repository
$ kiss build 9base
$ kiss install 9base
-### 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.
+### Install the Kernel
+**IMPORTANT:** 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.