From ababdf39d2f4972fc5fb8c6c9b13072d6445c06b Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Wed, 22 Feb 2023 20:00:37 +0000 Subject: [PATCH] remove exploded git tree repository that no longer exists --- modules/ROOT/pages/kernel/build-custom-kernel.adoc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/ROOT/pages/kernel/build-custom-kernel.adoc b/modules/ROOT/pages/kernel/build-custom-kernel.adoc index 5f1b21c..ec800b6 100644 --- a/modules/ROOT/pages/kernel/build-custom-kernel.adoc +++ b/modules/ROOT/pages/kernel/build-custom-kernel.adoc @@ -161,18 +161,6 @@ If there are configuration options that need to be adjusted for your build, you can add changes in the kernel-local file. These changes will get picked up when you build. -== Building a kernel from the exploded git trees - -Fedora keeps a git tree containing Fedora patches applied on top of the vanilla sources. - -[source,bash] ----- -git clone git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git -git checkout -b my_branch kernel-4.7.4-200.fc24 ----- - -You can now build the kernel following regular kernel instructions. This tree -is useful for generating patches that can be applied to the kernel.spec. == Building a vanilla upstream kernel