35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
# Flip this back on, we're going to be a larger system
|
|
recommends: true
|
|
|
|
include:
|
|
- ../tier-x/manifest.yaml
|
|
- networking-tools.yaml
|
|
- system-configuration.yaml
|
|
- coreos-user-experience.yaml
|
|
|
|
packages:
|
|
# Include and set the default editor
|
|
- nano
|
|
- nfs-utils
|
|
# Additional firewall support; we aren't including these in RHCOS or they
|
|
# don't exist in RHEL
|
|
- iptables-services
|
|
- WALinuxAgent-udev
|
|
# Allow communication between sudo and SSSD
|
|
# for caching sudo rules by SSSD.
|
|
# https://github.com/coreos/fedora-coreos-tracker/issues/445
|
|
- libsss_sudo
|
|
# SSSD; we only ship a subset of the backends
|
|
- sssd-client sssd-ad sssd-ipa sssd-krb5 sssd-ldap
|
|
# Used by admins interactively
|
|
- openssl
|
|
# Provides terminal tools like clear, reset, tput, and tset
|
|
- ncurses
|
|
# i18n
|
|
- kbd
|
|
# zram-generator (but not zram-generator-defaults) for F33 change
|
|
# https://github.com/coreos/fedora-coreos-tracker/issues/509
|
|
- zram-generator
|
|
# This one is in Python so isn't in FCOS, but we can safely add it here.
|
|
- sos
|