mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
a7b7cab66d
Program rsync found: NO man/meson.build:187:0: ERROR: Program 'rsync' not found
56 lines
1000 B
Plaintext
56 lines
1000 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# Copyright © 2016 Zeal Jagannatha
|
|
|
|
# This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
|
|
# Symlink this file to mkosi.default in the project root directory and invoke "mkosi" to build an OS image.
|
|
|
|
[Distribution]
|
|
Distribution=arch
|
|
|
|
[Packages]
|
|
BuildPackages=
|
|
acl
|
|
bzip2
|
|
cryptsetup
|
|
curl
|
|
dbus
|
|
diffutils
|
|
docbook-xsl
|
|
elfutils
|
|
gcc
|
|
git
|
|
gnu-efi-libs
|
|
gnutls
|
|
gperf
|
|
inetutils
|
|
iptables
|
|
kmod
|
|
libcap
|
|
libgcrypt
|
|
libidn2
|
|
libmicrohttpd
|
|
libseccomp
|
|
libutil-linux
|
|
libxkbcommon
|
|
libxslt
|
|
lz4
|
|
m4
|
|
meson
|
|
pam
|
|
pkgconfig
|
|
python
|
|
python-lxml
|
|
qrencode
|
|
rsync
|
|
xz
|
|
zstd
|
|
|
|
Packages=
|
|
gdb
|
|
libidn2
|
|
nano
|
|
qrencode
|
|
strace
|
|
vi
|