40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
# These are packages that are related to configuring parts of the system.
|
|
|
|
initramfs-args:
|
|
- "--no-hostonly"
|
|
- "--add"
|
|
- "tpm2-tss" # We want this for systemd-cryptsetup tpm2 locking
|
|
|
|
packages:
|
|
# Configuring SSH keys, cloud provider check-in, etc
|
|
# TODO: needs Ignition kargs
|
|
# - afterburn afterburn-dracut
|
|
# NTP support
|
|
- chrony
|
|
# Storage configuration/management
|
|
- cryptsetup
|
|
# Needed for tpm2 bound luks
|
|
- tpm2-tools
|
|
- e2fsprogs
|
|
- sg3_utils
|
|
- xfsprogs
|
|
# User configuration
|
|
- passwd
|
|
- shadow-utils
|
|
- acl
|
|
# Manipulating the kernel keyring; used by bootc
|
|
- keyutils
|
|
# SELinux policy
|
|
- selinux-policy-targeted
|
|
# There are things that write outside of the journal still (such as the
|
|
# classic wtmp, etc.). auditd also writes outside the journal but it has its
|
|
# own log rotation.
|
|
# Anything package layered will also tend to expect files dropped in
|
|
# /etc/logrotate.d to work. Really, this is a legacy thing, but if we don't
|
|
# have it then people's disks will slowly fill up with logs.
|
|
- logrotate
|
|
# Boost starving threads
|
|
# https://github.com/coreos/fedora-coreos-tracker/issues/753
|
|
- stalld
|
|
- ssh-key-dir
|