From ec478a0a1be1c9a8b1fe46704f6954b88b2618d4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 29 Sep 2023 17:48:00 -0400 Subject: [PATCH] tier-1: Strip out various things not in ELN We won't ship things not in ELN. --- tier-1/dnf.yaml | 1 - tier-1/manifest.yaml | 3 --- tier-1/system-configuration.yaml | 1 - tier-1/user-experience.yaml | 3 --- 4 files changed, 8 deletions(-) diff --git a/tier-1/dnf.yaml b/tier-1/dnf.yaml index 5a57c7a..060c205 100644 --- a/tier-1/dnf.yaml +++ b/tier-1/dnf.yaml @@ -2,4 +2,3 @@ # `dnf update` *client side* doesn't do much helpful... packages: - dnf - - dnf-utils diff --git a/tier-1/manifest.yaml b/tier-1/manifest.yaml index 983b180..d905fa4 100644 --- a/tier-1/manifest.yaml +++ b/tier-1/manifest.yaml @@ -16,7 +16,6 @@ include: packages: # Include and set the default editor - nano - - fuse-overlayfs slirp4netns # Minimal NFS client - nfs-utils-coreos # Additional firewall support; we aren't including these in RHCOS or they @@ -35,8 +34,6 @@ packages: - lsof # Provides terminal tools like clear, reset, tput, and tset - ncurses - # Improved MOTD experience - - console-login-helper-messages-motdgen # i18n - kbd # zram-generator (but not zram-generator-defaults) for F33 change diff --git a/tier-1/system-configuration.yaml b/tier-1/system-configuration.yaml index 0dfec35..b764747 100644 --- a/tier-1/system-configuration.yaml +++ b/tier-1/system-configuration.yaml @@ -27,4 +27,3 @@ packages: # Boost starving threads # https://github.com/coreos/fedora-coreos-tracker/issues/753 - stalld - - ssh-key-dir diff --git a/tier-1/user-experience.yaml b/tier-1/user-experience.yaml index b32d6bc..bdfa723 100644 --- a/tier-1/user-experience.yaml +++ b/tier-1/user-experience.yaml @@ -22,9 +22,6 @@ packages: - tar - xz - 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