diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-10 17:47:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-10 17:47:55 +0300 |
commit | 28d0722f8e8381a7fc5bb358a25141229cf99ae2 (patch) | |
tree | 4d0fc87dacb2fce7780ccf79c93dfc0047d604e1 | |
parent | 022112f44e2dfd74274827bbd6e13886de47188b (diff) | |
download | website-28d0722f8e8381a7fc5bb358a25141229cf99ae2.tar.gz |
update
-rw-r--r-- | docs/news.xml | 2 | ||||
-rw-r--r-- | docs/rss.xml | 2 | ||||
-rw-r--r-- | docs/wiki/install.html | 6 | ||||
-rw-r--r-- | docs/wiki/install.txt | 8 | ||||
-rwxr-xr-x | hooks/pre-commit | 1 | ||||
-rw-r--r-- | src/wiki/install.md | 8 |
6 files changed, 25 insertions, 2 deletions
diff --git a/docs/news.xml b/docs/news.xml index 7071128..d35e9c9 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,7 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>May Sun 2020 09:00</lastBuildDate> +<lastBuildDate>May Sun 2020 14:00</lastBuildDate> <item> <title>20200510.news</title> <pubDate>Sun, 10 May 2020</pubDate> diff --git a/docs/rss.xml b/docs/rss.xml index 9d756f2..cfd528e 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,7 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>May Sun 2020 09:00</lastBuildDate> +<lastBuildDate>May Sun 2020 14:00</lastBuildDate> <item> <title>The Relation of Carbs and KISS</title> <pubDate>Fri, 08 May 2020</pubDate> 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> diff --git a/hooks/pre-commit b/hooks/pre-commit index f799071..20c65dc 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -2,3 +2,4 @@ ./build git add docs +git add src 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> |