]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.fedora
Merge pull request #8676 from keszybz/drop-license-boilerplate
[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 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
8 # Simply invoke "mkosi" in the project directory to build an OS image.
9
10 [Distribution]
11 Distribution=fedora
12 Release=27
13
14 [Output]
15 Format=raw_btrfs
16 Bootable=yes
17
18 [Partitions]
19 RootSize=3G
20
21 [Packages]
22 BuildPackages=
23 audit-libs-devel
24 bzip2-devel
25 cryptsetup-devel
26 dbus-devel
27 diffutils
28 docbook-style-xsl
29 elfutils-devel
30 gcc
31 gettext
32 git
33 gnu-efi
34 gnu-efi-devel
35 gnutls-devel
36 gperf
37 iptables-devel
38 kmod-devel
39 libacl-devel
40 libblkid-devel
41 libcap-devel
42 libcurl-devel
43 libgcrypt-devel
44 libidn2-devel
45 libmicrohttpd-devel
46 libmount-devel
47 libseccomp-devel
48 libselinux-devel
49 libtool
50 libxkbcommon-devel
51 libxslt
52 lz4
53 lz4-devel
54 m4
55 meson
56 pam-devel
57 pcre2-devel
58 pkgconfig
59 python3-devel
60 python3-lxml
61 qrencode-devel
62 tree
63 xz-devel
64
65 Packages=
66 libidn2
67
68 BuildDirectory=mkosi.builddir
69 Cache=mkosi.cache