1# SPDX-License-Identifier: LGPL-2.1-or-later
2#
3# Copyright © 2016 Zeal Jagannatha
4
5# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
6# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
7
8[Distribution]
9Distribution=arch
10
11[Packages]
12BuildPackages=
13        acl
14        bzip2
15        clang
16        cryptsetup
17        curl
18        dbus
19        diffutils
20        docbook-xsl
21        elfutils
22        gcc
23        git
24        gnu-efi-libs
25        gnutls
26        gperf
27        inetutils
28        iptables
29        kmod
30        libbpf
31        libcap
32        libgcrypt
33        libidn2
34        libmicrohttpd
35        libseccomp
36        libutil-linux
37        libxkbcommon
38        libxslt
39        llvm
40        lz4
41        meson
42        pam
43        pkgconfig
44        python
45        python-lxml
46        python-jinja
47        qrencode
48        rsync
49        xz
50        zstd
51
52Packages=
53        gdb
54        libbpf
55        libidn2
56        nano
57        qrencode
58        strace
59        # For testing "systemd-analyze verify".
60        man-db
61        # For testing systemd's bash completion scripts.
62        bash-completion
63        # For testing systemd's zsh completion scripts
64        # Run `autoload -Uz compinit; compinit` from a zsh shell in the booted image to enable completions.
65        zsh
66        # Required to run systemd-networkd-tests.py
67        python
68        iproute
69        dnsmasq
70        wireguard-tools
71        dhcp
72