mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-12 21:11:26 -05:00
![Malte Poll](/assets/img/avatar_default.png)
mkosi now warns about what settings are defined in what sections. Soon, the config parsing might fail when settings are in the wrong sections.
71 lines
1.4 KiB
Plaintext
71 lines
1.4 KiB
Plaintext
[Distribution]
|
|
Distribution=fedora
|
|
Release=38
|
|
|
|
[Output]
|
|
Format=tar
|
|
Seed=b04a9a33-4559-4af4-8b38-9249cf933229
|
|
|
|
[Content]
|
|
SourceDateEpoch=0
|
|
Bootable=no
|
|
Packages=systemd
|
|
systemd-boot
|
|
dbus
|
|
udev
|
|
util-linux
|
|
|
|
# nvme / disk / udev tools
|
|
Packages=nvme-cli
|
|
ec2-utils
|
|
WALinuxAgent-udev
|
|
google-compute-engine-guest-configs-udev # google_nvme_id
|
|
device-mapper
|
|
cryptsetup
|
|
|
|
# Containers
|
|
Packages=containerd
|
|
containernetworking-plugins
|
|
iptables-nft
|
|
ethtool
|
|
socat
|
|
iproute-tc
|
|
conntrack-tools
|
|
podman
|
|
|
|
# Network
|
|
Packages=iproute
|
|
dbus
|
|
systemd-networkd
|
|
systemd-resolved
|
|
|
|
# measured / secure boot
|
|
Packages=e2fsprogs
|
|
sbsigntools
|
|
efitools
|
|
mokutil
|
|
tpm2-tools
|
|
|
|
# selinux
|
|
Packages=selinux-policy
|
|
selinux-policy-targeted
|
|
|
|
# tools
|
|
Packages=passwd
|
|
nano
|
|
nano-default-editor
|
|
vim
|
|
curl
|
|
wget
|
|
|
|
RemoveFiles=/var/log
|
|
RemoveFiles=/var/cache
|
|
RemoveFiles=/etc/pki/ca-trust/extracted/java/cacerts
|
|
/usr/lib/sysimage/libdnf5/transaction_history.sqlite*
|
|
/var/cache/ldconfig/aux-cache
|
|
# https://github.com/authselect/authselect/pull/348
|
|
# RemoveFiles=/etc/authselect/*
|
|
RemoveFiles=/etc/issue
|
|
RemoveFiles=/etc/issue.net
|
|
CleanPackageMetadata=true
|