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