]> git.ipfire.org Git - thirdparty/systemd.git/blame - .mkosi/mkosi.fedora
meson: drop unnecessary "transformation" of policy files
[thirdparty/systemd.git] / .mkosi / mkosi.fedora
CommitLineData
d9215cd8
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
110b7e90
ZJ
3# This file is part of systemd.
4#
fef05f7a 5# Copyright 2016 Lennart Poettering
110b7e90
ZJ
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]
fef05f7a 24Distribution=fedora
d66a9848 25Release=27
110b7e90
ZJ
26
27[Output]
28Format=raw_btrfs
29Bootable=yes
30
31[Partitions]
2eec83d9 32RootSize=3G
110b7e90
ZJ
33
34[Packages]
110b7e90 35BuildPackages=
fef05f7a 36 audit-libs-devel
fef05f7a
ZJS
37 bzip2-devel
38 cryptsetup-devel
39 dbus-devel
2eec83d9 40 diffutils
fef05f7a
ZJS
41 docbook-style-xsl
42 elfutils-devel
110b7e90
ZJ
43 gcc
44 git
fef05f7a
ZJS
45 gnu-efi
46 gnu-efi-devel
47 gnutls-devel
110b7e90
ZJ
48 gperf
49 intltool
fef05f7a
ZJS
50 iptables-devel
51 kmod-devel
52 libacl-devel
53 libblkid-devel
54 libcap-devel
55 libcurl-devel
56 libgcrypt-devel
a8a2a0ed 57 libidn2-devel
fef05f7a
ZJS
58 libmicrohttpd-devel
59 libmount-devel
60 libseccomp-devel
61 libselinux-devel
110b7e90 62 libtool
fef05f7a 63 libxkbcommon-devel
110b7e90 64 libxslt
b35320cf 65 lz4
fef05f7a 66 lz4-devel
6253abca 67 m4
8825742c 68 meson
fef05f7a 69 pam-devel
1496ceaf 70 pcre2-devel
110b7e90 71 pkgconfig
fef05f7a
ZJS
72 python3-devel
73 python3-lxml
74 qrencode-devel
2eec83d9 75 tree
fef05f7a 76 xz-devel
670d4946
ZJS
77
78Packages=
79 libidn2
f33a319f
LP
80
81BuildDirectory=mkosi.builddir
82Cache=mkosi.cache