2020-11-09 07:23:58 +03:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 20:18:16 +03:00
#
2018-06-12 20:00:24 +03:00
# Copyright © 2016 Zeal Jagannatha
2016-10-05 15:00:06 +03:00
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
2020-07-16 23:41:11 +03:00
# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
2016-10-05 15:00:06 +03:00
[Distribution]
Distribution=arch
[Packages]
BuildPackages=
acl
bzip2
2020-12-11 15:03:54 +03:00
clang
2016-10-05 15:00:06 +03:00
cryptsetup
curl
dbus
2019-10-31 12:32:23 +03:00
diffutils
2016-10-05 15:00:06 +03:00
docbook-xsl
elfutils
gcc
git
gnu-efi-libs
gnutls
gperf
2019-11-01 01:41:32 +03:00
inetutils
2016-10-05 15:00:06 +03:00
iptables
kmod
2020-12-11 15:03:54 +03:00
libbpf
2016-10-05 15:00:06 +03:00
libcap
libgcrypt
2017-12-30 14:23:24 +03:00
libidn2
2016-10-05 15:00:06 +03:00
libmicrohttpd
libseccomp
libutil-linux
libxkbcommon
libxslt
2020-12-11 15:03:54 +03:00
llvm
2016-10-05 15:00:06 +03:00
lz4
2017-05-06 04:18:44 +03:00
meson
2016-10-05 15:00:06 +03:00
pam
pkgconfig
python
python-lxml
2021-05-16 16:31:00 +03:00
python-jinja
2016-10-05 15:00:06 +03:00
qrencode
2021-04-10 22:13:02 +03:00
rsync
2016-10-05 15:00:06 +03:00
xz
2020-04-27 00:33:50 +03:00
zstd
2017-06-22 16:23:29 +03:00
Packages=
2020-12-06 14:42:45 +03:00
gdb
2020-12-11 15:03:54 +03:00
libbpf
2017-12-30 14:23:24 +03:00
libidn2
2020-12-19 21:47:50 +03:00
nano
2019-01-19 00:41:15 +03:00
qrencode
2020-12-09 20:28:51 +03:00
strace
2021-08-23 16:31:56 +03:00
# For testing "systemd-analyze verify".
man-db
2021-08-23 18:26:46 +03:00
# For testing systemd's bash completion scripts.
bash-completion
2021-08-23 18:44:58 +03:00
# For testing systemd's zsh completion scripts
# Run `autoload -Uz compinit; compinit` from a zsh shell in the booted image to enable completions.
zsh