Merge branch 'tier-1-less-non-eln-stuff' into 'main'
tier-1: Strip out various things not in ELN See merge request CentOS/cloud/sagano!33
This commit is contained in:
commit
04c4c0d0dd
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue