]> git.ipfire.org Git - thirdparty/systemd.git/blob - .mkosi/mkosi.arch
Merge pull request #6164 from poettering/bus-non-existant-object
[thirdparty/systemd.git] / .mkosi / mkosi.arch
1 # This file is part of systemd.
2 #
3 # Copyright 2016 Zeal Jagannatha
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=arch
23
24 [Output]
25 Format=raw_btrfs
26 Bootable=yes
27
28 [Partitions]
29 RootSize=2G
30
31 [Packages]
32 Cache=/var/cache/pacman/pkg/
33 BuildPackages=
34 acl
35 bzip2
36 cryptsetup
37 curl
38 dbus
39 docbook-xsl
40 elfutils
41 gcc
42 git
43 gnu-efi-libs
44 gnutls
45 gperf
46 intltool
47 iptables
48 kmod
49 libcap
50 libgcrypt
51 libidn2
52 libmicrohttpd
53 libseccomp
54 libtool
55 libutil-linux
56 libxkbcommon
57 libxslt
58 lz4
59 meson
60 pam
61 pkgconfig
62 python
63 python-lxml
64 qrencode
65 xz
66
67 Packages=
68 libidn2