tier-1: Strip out various things not in ELN

We won't ship things not in ELN.
This commit is contained in:
Colin Walters 2023-09-29 17:48:00 -04:00
parent d0a5985418
commit ec478a0a1b
4 changed files with 0 additions and 8 deletions

View File

@ -2,4 +2,3 @@
# `dnf update` *client side* doesn't do much helpful... # `dnf update` *client side* doesn't do much helpful...
packages: packages:
- dnf - dnf
- dnf-utils

View File

@ -16,7 +16,6 @@ include:
packages: packages:
# Include and set the default editor # Include and set the default editor
- nano - nano
- fuse-overlayfs slirp4netns
# Minimal NFS client # Minimal NFS client
- nfs-utils-coreos - nfs-utils-coreos
# Additional firewall support; we aren't including these in RHCOS or they # Additional firewall support; we aren't including these in RHCOS or they
@ -35,8 +34,6 @@ packages:
- lsof - lsof
# Provides terminal tools like clear, reset, tput, and tset # Provides terminal tools like clear, reset, tput, and tset
- ncurses - ncurses
# Improved MOTD experience
- console-login-helper-messages-motdgen
# i18n # i18n
- kbd - kbd
# zram-generator (but not zram-generator-defaults) for F33 change # zram-generator (but not zram-generator-defaults) for F33 change

View File

@ -27,4 +27,3 @@ packages:
# Boost starving threads # Boost starving threads
# https://github.com/coreos/fedora-coreos-tracker/issues/753 # https://github.com/coreos/fedora-coreos-tracker/issues/753
- stalld - stalld
- ssh-key-dir

View File

@ -22,9 +22,6 @@ packages:
- tar - tar
- xz - xz
- zstd - zstd
# Improved MOTD experience
- console-login-helper-messages-issuegen
- console-login-helper-messages-profile
# kdump support # kdump support
# https://github.com/coreos/fedora-coreos-tracker/issues/622 # https://github.com/coreos/fedora-coreos-tracker/issues/622
- kexec-tools - kexec-tools