]> git.ipfire.org Git - thirdparty/systemd.git/blame - .mkosi/mkosi.arch
final v236 update (#7649)
[thirdparty/systemd.git] / .mkosi / mkosi.arch
CommitLineData
d9215cd8
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
110b7e90
ZJ
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]
24Distribution=arch
25
26[Output]
27Format=raw_btrfs
28Bootable=yes
29
30[Partitions]
31RootSize=2G
32
33[Packages]
34Cache=/var/cache/pacman/pkg/
35BuildPackages=
36 acl
110b7e90
ZJ
37 bzip2
38 cryptsetup
39 curl
40 dbus
41 docbook-xsl
42 elfutils
43 gcc
44 git
45 gnu-efi-libs
46 gnutls
47 gperf
48 intltool
49 iptables
50 kmod
51 libcap
52 libgcrypt
b0712910 53 libidn
110b7e90
ZJ
54 libmicrohttpd
55 libseccomp
56 libtool
57 libutil-linux
58 libxkbcommon
59 libxslt
60 lz4
6253abca 61 m4
6c3444cb 62 meson
110b7e90
ZJ
63 pam
64 pkgconfig
65 python
66 python-lxml
67 qrencode
68 xz
c2674675 69# TODO use libidn2 once it's available in official repositories
670d4946
ZJS
70
71Packages=
b0712910 72 libidn