]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.fedora
dhcp6: make string argument to sd_dhcp6_client_set_request_mud_url() const
[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=31
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 lz4
51 lz4-devel
52 m4
53 meson
54 openssl-devel
55 p11-kit-devel
56 pam-devel
57 pcre2-devel
58 pkgconfig
59 python3-devel
60 python3-lxml
61 qrencode-devel
62 tree
63 valgrind-devel
64 xz-devel
65
66 Packages=
67 coreutils
68 cryptsetup-libs
69 kmod-libs
70 e2fsprogs
71 libidn2
72 libseccomp
73 procps-ng
74 util-linux
75
76 BuildDirectory=mkosi.builddir
77 Cache=mkosi.cache