diff --git a/build_files/packages/base.toml b/build_files/packages/base.toml index e05f9656..57d813d9 100644 --- a/build_files/packages/base.toml +++ b/build_files/packages/base.toml @@ -36,6 +36,7 @@ packages = [ "alsa-tools-firmware", "anaconda-live", "bootc", + "bootupd", "containerd", "ddcutil", "distrobox", diff --git a/docs/skills/packages/SKILL.md b/docs/skills/packages/SKILL.md index 29a355b5..fcbd6240 100644 --- a/docs/skills/packages/SKILL.md +++ b/docs/skills/packages/SKILL.md @@ -27,7 +27,9 @@ metadata: 1. Search the repository and shared inputs before adding a new source. 2. Put base package data in the package manifest, not an inline shell array. 3. Keep Fedora and COPR package transactions separate. -4. Run: +4. For images installed with `bootc install`, include `bootupd` explicitly; + do not rely on the base image to provide it transitively. +5. Run: ```bash just check