Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build_files/packages/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ packages = [
"alsa-tools-firmware",
"anaconda-live",
"bootc",
"bootupd",
"containerd",
"ddcutil",
"distrobox",
Expand Down
4 changes: 3 additions & 1 deletion docs/skills/packages/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down