]> git.ipfire.org Git - thirdparty/systemd.git/blame - .mkosi/mkosi.arch
shared: add vectorized parse_field() (#7056)
[thirdparty/systemd.git] / .mkosi / mkosi.arch
CommitLineData
110b7e90
ZJ
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]
22Distribution=arch
23
24[Output]
25Format=raw_btrfs
26Bootable=yes
27
28[Partitions]
29RootSize=2G
30
31[Packages]
32Cache=/var/cache/pacman/pkg/
33BuildPackages=
34 acl
110b7e90
ZJ
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
b0712910 51 libidn
110b7e90
ZJ
52 libmicrohttpd
53 libseccomp
54 libtool
55 libutil-linux
56 libxkbcommon
57 libxslt
58 lz4
6253abca 59 m4
6c3444cb 60 meson
110b7e90
ZJ
61 pam
62 pkgconfig
63 python
64 python-lxml
65 qrencode
66 xz
c2674675 67# TODO use libidn2 once it's available in official repositories
670d4946
ZJS
68
69Packages=
b0712910 70 libidn