mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-30 21:10:44 +00:00
Followup to the rename of "tier-0" to "minimal". The tiers nomenclature didn't end up working out. Signed-off-by: Colin Walters <walters@verbum.org>
17 lines
525 B
YAML
17 lines
525 B
YAML
# This file was forked/copied from Fedora CoreOS. TODO: resync
|
|
# once we have a good generic mechanism for sharing.
|
|
packages:
|
|
# Additional file compression/decompression
|
|
- bzip2 zstd
|
|
# Improved MOTD experience
|
|
- console-login-helper-messages-issuegen
|
|
- console-login-helper-messages-profile
|
|
# kdump support
|
|
# https://github.com/coreos/fedora-coreos-tracker/issues/622
|
|
- kexec-tools
|
|
# Container tooling
|
|
- toolbox
|
|
# nvme-cli for managing nvme disks
|
|
- nvme-cli
|
|
# Used by admins interactively
|
|
- lsof
|