mirror of
https://github.com/systemd/systemd.git
synced 2024-12-02 23:03:50 +08:00
fde55f3a32
The Bootable= option was removed and mkosi installs less packages by default now, so let's adapt our configs to those changes.
52 lines
855 B
Plaintext
52 lines
855 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# Copyright © 2016 Zeal Jagannatha
|
|
|
|
[Match]
|
|
Distribution=arch
|
|
|
|
[Content]
|
|
Packages=
|
|
alsa-lib
|
|
base
|
|
btrfs-progs
|
|
compsize
|
|
dhcp
|
|
f2fs-tools
|
|
fuse2
|
|
gnutls
|
|
iproute
|
|
libbpf
|
|
libcap-ng
|
|
libfido2
|
|
libmicrohttpd
|
|
libmnl
|
|
libpwquality
|
|
libxkbcommon
|
|
linux
|
|
man-db
|
|
numactl
|
|
openbsd-netcat
|
|
openssh
|
|
polkit
|
|
popt
|
|
python-pefile
|
|
python-psutil
|
|
python-pytest
|
|
quota-tools
|
|
shadow
|
|
tpm2-tss
|
|
vim
|
|
|
|
BuildPackages=
|
|
bpf
|
|
docbook-xsl
|
|
libxslt
|
|
linux-api-headers
|
|
pahole
|
|
perl
|
|
python-docutils
|
|
python-jinja
|
|
python-lxml
|
|
python-pyelftools
|