]> git.proxmox.com Git - systemd.git/blame - .mkosi/mkosi.fedora
New upstream version 236
[systemd.git] / .mkosi / mkosi.fedora
CommitLineData
52ad194e
MB
1# SPDX-License-Identifier: LGPL-2.1+
2#
8a584da2
MP
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]
24Distribution=fedora
81c58355 25Release=26
8a584da2
MP
26
27[Output]
28Format=raw_btrfs
29Bootable=yes
30
31[Partitions]
2897b343 32RootSize=3G
8a584da2
MP
33
34[Packages]
35BuildPackages=
36 audit-libs-devel
8a584da2
MP
37 bzip2-devel
38 cryptsetup-devel
39 dbus-devel
2897b343 40 diffutils
8a584da2
MP
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
81c58355 57 libidn2-devel
8a584da2
MP
58 libmicrohttpd-devel
59 libmount-devel
60 libseccomp-devel
61 libselinux-devel
62 libtool
63 libxkbcommon-devel
64 libxslt
81c58355 65 lz4
8a584da2 66 lz4-devel
f5e65279 67 m4
81c58355 68 meson
8a584da2
MP
69 pam-devel
70 pkgconfig
71 python3-devel
72 python3-lxml
73 qrencode-devel
2897b343 74 tree
8a584da2 75 xz-devel
81c58355
MB
76
77Packages=
78 libidn2
52ad194e
MB
79
80BuildDirectory=mkosi.builddir
81Cache=mkosi.cache