]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.fedora
udev: change the modalias string for usb devices to include the device name
[thirdparty/systemd.git] / .mkosi / mkosi.fedora
1 # SPDX-License-Identifier: LGPL-2.1+
2
3 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
4 # Simply invoke "mkosi" in the project directory to build an OS image.
5
6 [Distribution]
7 Distribution=fedora
8 Release=32
9
10 [Output]
11 Format=gpt_ext4
12 Bootable=yes
13
14 [Partitions]
15 RootSize=3G
16
17 [Packages]
18 BuildPackages=
19 audit-libs-devel
20 bzip2-devel
21 cryptsetup-devel
22 dbus-devel
23 diffutils
24 docbook-style-xsl
25 elfutils-devel
26 gcc
27 gettext
28 git
29 glibc-minimal-langpack
30 gnu-efi
31 gnu-efi-devel
32 gnutls-devel
33 gperf
34 iptables-devel
35 kmod-devel
36 libacl-devel
37 libblkid-devel
38 libcap-devel
39 libcurl-devel
40 libfdisk-devel
41 libgcrypt-devel
42 libidn2-devel
43 libmicrohttpd-devel
44 libmount-devel
45 libpwquality-devel
46 libseccomp-devel
47 libselinux-devel
48 libxkbcommon-devel
49 libxslt
50 libzstd-devel
51 lz4
52 lz4-devel
53 m4
54 meson
55 openssl-devel
56 p11-kit-devel
57 pam-devel
58 pcre2-devel
59 pkgconfig
60 python3-devel
61 python3-lxml
62 qrencode-devel
63 tree
64 valgrind-devel
65 xz-devel
66 zstd
67
68 Packages=
69 # libzstd can be dropped once the Fedora RPM gets a dependency on it
70 libzstd
71 # procps-ng provides a set of useful utilies (ps, free, etc)
72 procps-ng
73
74 BuildDirectory=mkosi.builddir
75 Cache=mkosi.cache