Skip to content

Commit

Permalink
manifest: Use 'user-experience' manifest from FCOS
Browse files Browse the repository at this point in the history
Packages have been split out from fedora-coreos-base to improve sharing
with RHCOS.
  • Loading branch information
travier committed Apr 6, 2021
1 parent ea6c9c1 commit 53f55f9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ include:
- fedora-coreos-config/manifests/file-transfer.yaml
- fedora-coreos-config/manifests/networking-tools.yaml
- fedora-coreos-config/manifests/system-configuration.yaml
- fedora-coreos-config/manifests/user-experience.yaml
# RHCOS owned packages
- rhcos-packages.yaml

Expand Down Expand Up @@ -187,20 +188,16 @@ exclude-packages:
# Try to maintain this list ordering by "in RHEL, then not in RHEL".
# To verify, disable all repos except the ootpa ones and then comment
# out the bottom and run `coreos-assembler build`.
# A lof of packages are inherited by the manifests included at the top.
packages:
# Contains SCTP (https://bugzilla.redhat.com/show_bug.cgi?id=1718049)
# and it's not really going to be worth playing the "where's my kernel module"
# game long term. If we ship it we support it, etc.
- kernel-modules-extra
# Audit
- audit
# SSH
- openssh-server openssh-clients
# Containers
- podman
- containernetworking-plugins
- runc
- skopeo
# Pinned due to cosa on Fedora not honoring RHEL 8 modules as expected
- container-selinux
- cri-o cri-tools
Expand All @@ -212,11 +209,10 @@ packages:
# Extra runtime
- sssd
# Common tools used by scripts and admins interactively
- sudo coreutils less tar xz gzip bzip2 rsync tmux jq
- rsync tmux
- nmap-ncat strace
- bash-completion
# Editors
- vim-minimal nano
- nano
# Red Hat CA certs
- subscription-manager-rhsm-certificates
# rdma-core cleanly covers some key bare metal use cases
Expand All @@ -235,8 +231,6 @@ packages:
# Used to update PAM configuration to work with SSSD
# https://bugzilla.redhat.com/show_bug.cgi?id=1774154
- authselect
# Dracut module dependencies
- bsdtar
# https://bugzilla.redhat.com/show_bug.cgi?id=1900759
- qemu-guest-agent
# BELOW HERE ARE PACKAGES NOT IN RHEL
Expand Down

0 comments on commit 53f55f9

Please sign in to comment.