From 910a6e65bbb45dfd8c89a0afe76ceb7808a01528 Mon Sep 17 00:00:00 2001 From: Wei Shi Date: Mon, 10 Nov 2025 22:31:09 +0800 Subject: [PATCH] Add man-db to the standard tier Signed-off-by: Wei Shi --- standard/manifest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/standard/manifest.yaml b/standard/manifest.yaml index 001235c..f1ee4b7 100644 --- a/standard/manifest.yaml +++ b/standard/manifest.yaml @@ -44,6 +44,8 @@ packages: - sos # Make Ansible "package_facts" builtin work by default - python3-rpm + # Used by admins interactively + - man-db # These are random architecture-specific packages packages-x86_64: @@ -75,7 +77,7 @@ exclude-packages: - perl-interpreter - nodejs - grubby - - cowsay # Just in case + - cowsay # Just in case # Let's make sure initscripts doesn't get pulled back in # https://github.com/coreos/fedora-coreos-tracker/issues/220#issuecomment-611566254 - initscripts