]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.default
Merge pull request #2471 from michaelolbrich/transient-mounts
[thirdparty/systemd.git] / mkosi.default
1 # This file is part of systemd.
2 #
3 # Copyright 2016 Lennart Poettering
4 #
5 # systemd is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
9 #
10 # systemd is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public License
16 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
17
18 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
19 # Simply invoke "mkosi" in the project directory to build an OS image.
20
21 [Distribution]
22 Distribution=fedora
23 Release=24
24
25 [Output]
26 Format=raw_btrfs
27 Bootable=yes
28
29 [Partitions]
30 RootSize=2G
31
32 [Packages]
33 Cache=/var/tmp/dnf-cache
34 BuildPackages=
35 audit-libs-devel
36 autoconf
37 automake
38 bzip2-devel
39 cryptsetup-devel
40 dbus-devel
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 libidn-devel
58 libmicrohttpd-devel
59 libmount-devel
60 libseccomp-devel
61 libselinux-devel
62 libtool
63 libxkbcommon-devel
64 libxslt
65 lz4-devel
66 make
67 pam-devel
68 pkgconfig
69 python3-devel
70 python3-lxml
71 qrencode-devel
72 xz-devel