]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.fedora
final v236 update (#7649)
[thirdparty/systemd.git] / .mkosi / mkosi.fedora
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # Copyright 2016 Lennart Poettering
6 #
7 # systemd is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU Lesser General Public License as published by
9 # the Free Software Foundation; either version 2.1 of the License, or
10 # (at your option) any later version.
11 #
12 # systemd is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
16 #
17 # You should have received a copy of the GNU Lesser General Public License
18 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
19
20 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
21 # Simply invoke "mkosi" in the project directory to build an OS image.
22
23 [Distribution]
24 Distribution=fedora
25 Release=26
26
27 [Output]
28 Format=raw_btrfs
29 Bootable=yes
30
31 [Partitions]
32 RootSize=3G
33
34 [Packages]
35 BuildPackages=
36 audit-libs-devel
37 bzip2-devel
38 cryptsetup-devel
39 dbus-devel
40 diffutils
41 docbook-style-xsl
42 elfutils-devel
43 gcc
44 git
45 gnu-efi
46 gnu-efi-devel
47 gnutls-devel
48 gperf
49 intltool
50 iptables-devel
51 kmod-devel
52 libacl-devel
53 libblkid-devel
54 libcap-devel
55 libcurl-devel
56 libgcrypt-devel
57 libidn2-devel
58 libmicrohttpd-devel
59 libmount-devel
60 libseccomp-devel
61 libselinux-devel
62 libtool
63 libxkbcommon-devel
64 libxslt
65 lz4
66 lz4-devel
67 m4
68 meson
69 pam-devel
70 pkgconfig
71 python3-devel
72 python3-lxml
73 qrencode-devel
74 tree
75 xz-devel
76
77 Packages=
78 libidn2
79
80 BuildDirectory=mkosi.builddir
81 Cache=mkosi.cache