From 464744d297fa09eed91d72e8de33233c91252b47 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Jan 25 2021 23:34:28 +0000 Subject: Fix list numbering in build-custom-kernel --- diff --git a/modules/ROOT/pages/kernel/build-custom-kernel.adoc b/modules/ROOT/pages/kernel/build-custom-kernel.adoc index f031ca7..efc34c2 100644 --- a/modules/ROOT/pages/kernel/build-custom-kernel.adoc +++ b/modules/ROOT/pages/kernel/build-custom-kernel.adoc @@ -114,29 +114,29 @@ The kernel, like any other Fedora package, has a branch per Fedora release. `f`. For example, to build a Fedora 28 kernel, you would first need to check out that branch with: -1. Check out the branch for which you would like to build a kernel (`master` +. Check out the branch for which you would like to build a kernel (`master` corresponds to Rawhide): - ++ [source,bash] ---- git checkout origin/f28 ---- -2. To avoid conflicts with existing kernels, you can set a custom buildid by +. To avoid conflicts with existing kernels, you can set a custom buildid by changing `# define buildid .local` to `%define buildid .` in `kernel.spec`. -3. Make whatever changes or customizations you need. - -4. Build the RPMs: +. Make whatever changes or customizations you need. +. Build the RPMs: ++ [source,bash] ---- fedpkg local ---- -5. Install the new kernel: - +. Install the new kernel: ++ [source,bash] ---- sudo dnf install --nogpgcheck ./x86_64/kernel-$version.rpm