mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
690ae29aee
As long as the RPM version does not include a dep for it yet, we need to
add it manually, since we now link against it.
Follow-up for: 95f7ab2fe6
79 lines
1.6 KiB
Plaintext
79 lines
1.6 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1+
|
|
|
|
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
|
|
# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
|
|
|
|
[Distribution]
|
|
Distribution=fedora
|
|
Release=32
|
|
|
|
[Output]
|
|
Format=gpt_ext4
|
|
Bootable=yes
|
|
|
|
[Partitions]
|
|
RootSize=3G
|
|
|
|
[Packages]
|
|
BuildPackages=
|
|
audit-libs-devel
|
|
bzip2-devel
|
|
cryptsetup-devel
|
|
dbus-devel
|
|
diffutils
|
|
docbook-style-xsl
|
|
elfutils-devel
|
|
gcc
|
|
gettext
|
|
git
|
|
glibc-minimal-langpack
|
|
gnu-efi
|
|
gnu-efi-devel
|
|
gnutls-devel
|
|
gperf
|
|
iptables-devel
|
|
kmod-devel
|
|
libacl-devel
|
|
libblkid-devel
|
|
libcap-devel
|
|
libcurl-devel
|
|
libfdisk-devel
|
|
libfido2-devel
|
|
libgcrypt-devel
|
|
libidn2-devel
|
|
libmicrohttpd-devel
|
|
libmount-devel
|
|
libpwquality-devel
|
|
libseccomp-devel
|
|
libselinux-devel
|
|
libxkbcommon-devel
|
|
libxslt
|
|
libzstd-devel
|
|
lz4
|
|
lz4-devel
|
|
m4
|
|
meson
|
|
ninja-build
|
|
openssl-devel
|
|
p11-kit-devel
|
|
pam-devel
|
|
pcre2-devel
|
|
pkgconfig
|
|
python3-devel
|
|
python3-lxml
|
|
qrencode-devel
|
|
tree
|
|
valgrind-devel
|
|
xz-devel
|
|
zstd
|
|
|
|
Packages=
|
|
# libfido2 + libzstd can be dropped once the Fedora RPM gets a dependency on them
|
|
libfido2
|
|
libzstd
|
|
# procps-ng provides a set of useful utilies (ps, free, etc)
|
|
procps-ng
|
|
|
|
BuildDirectory=mkosi.builddir
|
|
Cache=mkosi.cache
|