diff --git a/docs/Updating-Kernel-Ebuild.md b/docs/Updating-Kernel-Ebuild.md index 23bc7a9..08c4ef5 100644 --- a/docs/Updating-Kernel-Ebuild.md +++ b/docs/Updating-Kernel-Ebuild.md @@ -21,5 +21,6 @@ How to update the Linux-libre Kernel ebuild for a new version libre-kernel-X.Y.Z.ebuild clean prepare`. 5. Attempt to build the kernel using `ebuild libre-kernel-X.Y.Z.ebuild clean merge`. You might need to use `sudo` or `doas` for this. +6. Update `virtual/dist-kernel` package to new version. -If the build succeeds, the new ebuild can be pushed to the repository. +If the build succeeds, the new ebuilds can be pushed to the repository.