From 3e2a1265528f2a0b00e233ec9d8537315be238dd Mon Sep 17 00:00:00 2001 From: miampf Date: Tue, 14 Jan 2025 15:26:11 +0100 Subject: [PATCH] docs(image): add proposed changes --- image/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/image/README.md b/image/README.md index ea82306dc..c0d8c1975 100644 --- a/image/README.md +++ b/image/README.md @@ -63,10 +63,12 @@ After building a Kernel rpm, we upload it to our CDN and use it in our image bui ## Adding new packages to the image -- Add your package to the corresponding section in `./base/mkosi.conf` -- Add your package to `./mirror/packages.txt` +- Find the package (i.e. it's _package name_) on [Koji](https://koji.fedoraproject.org/koji/) +- Add the package to the corresponding section in `./base/mkosi.conf` + - If the package is required to be present in the initrd, add it to `./initrd/mkosi.conf` +- Add the package to `./mirror/packages.txt` - Update the package mirror: ```sh bazel run //image/mirror:update_packages ``` -- Let CI build new images and run e2e tests +- Build new images (e.g. via CI) and run e2e tests