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