From 68c2da8dfa390d2aead128831db53ea86a57cd69 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 19 Dec 2020 16:05:29 +0000 Subject: [PATCH] Update modules/ROOT/pages/kernel/build-custom-kernel.adoc --- .../pages/kernel/build-custom-kernel.adoc | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/ROOT/pages/kernel/build-custom-kernel.adoc b/modules/ROOT/pages/kernel/build-custom-kernel.adoc index c9e339a..f031ca7 100644 --- a/modules/ROOT/pages/kernel/build-custom-kernel.adoc +++ b/modules/ROOT/pages/kernel/build-custom-kernel.adoc @@ -117,10 +117,10 @@ to check out that branch with: 1. Check out the branch for which you would like to build a kernel (`master` corresponds to Rawhide): - [source,bash] - ---- - git checkout origin/f28 - ---- +[source,bash] +---- +git checkout origin/f28 +---- 2. To avoid conflicts with existing kernels, you can set a custom buildid by changing `# define buildid .local` to `%define buildid .` @@ -130,17 +130,17 @@ to check out that branch with: 4. Build the RPMs: - [source,bash] - ---- - fedpkg local - ---- +[source,bash] +---- +fedpkg local +---- 5. Install the new kernel: - [source,bash] - ---- - sudo dnf install --nogpgcheck ./x86_64/kernel-$version.rpm - ---- +[source,bash] +---- +sudo dnf install --nogpgcheck ./x86_64/kernel-$version.rpm +---- === Building a non-debugging kernel