constellation/image/initrd/mkosi.conf
Malte Poll bad9edb99b
image: move mkosi settings into their actual sections (#2471)
mkosi now warns about what settings are defined in what sections.
Soon, the config parsing might fail when settings are in the wrong sections.
2023-10-17 12:44:19 +02:00

42 lines
940 B
Plaintext

[Distribution]
Distribution=fedora
Release=38
[Output]
Format=cpio
Output=image
Seed=b04a9a33-4559-4af4-8b38-9249cf933229
[Content]
SourceDateEpoch=0
MakeInitrd=yes
Bootable=no
Packages=systemd
systemd-networkd
systemd-resolved
systemd-udev
dbus
util-linux
gzip
kmod
tpm2-tools
curl # for azure provision service
# nvme / disk / udev tools
Packages=udev
nvme-cli
ec2-utils
WALinuxAgent-udev
xxd
google-compute-engine-guest-configs-udev # google_nvme_id
device-mapper
cryptsetup
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/*
CleanPackageMetadata=true