From 645456b696bde26127d46feba163ceae480de892 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 23 Mar 2023 21:01:31 +0100 Subject: [PATCH] document updating virtual/dist-kernel --- docs/Updating-Kernel-Ebuild.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.