]> git.ipfire.org Git - thirdparty/systemd.git/blame - mkosi.images/base/mkosi.conf
logs-show: use journal_add_matchf() and journal_add_match_pair()
[thirdparty/systemd.git] / mkosi.images / base / mkosi.conf
CommitLineData
d052cc88
DDM
1# SPDX-License-Identifier: LGPL-2.1-or-later
2
3[Output]
4Format=directory
5
6[Content]
4d0f1451
DDM
7Autologin=yes
8# Make sure we build the default initrd as part of the base image as it will have access to the systemd and
9# udev rpms which are built by the build scripts that are part of the base image.
10Bootable=yes
11# we want to build the UKI as part of the system image so make sure none are built here.
12Bootloader=none
d052cc88 13CleanPackageMetadata=no
35356d7f
DDM
14
15Packages=
d052cc88 16 acl
4d0f1451
DDM
17 bash-completion
18 coreutils
53ea4d7a 19 diffutils
4d0f1451
DDM
20 dnsmasq
21 dosfstools
22 e2fsprogs
23 findutils
24 gcc # Sanitizer libraries
53ea4d7a 25 gdb
d052cc88 26 git
d052cc88 27 grep
4d0f1451
DDM
28 gzip
29 jq
30 kbd
31 kexec-tools
32 kmod
33 less
34 mtools
35 nano
36 nftables
37 openssl
38 python3
39 qrencode
d052cc88
DDM
40 rsync
41 sed
4d0f1451 42 socat
53ea4d7a 43 strace
4d0f1451 44 systemd
d052cc88 45 tar
4d0f1451
DDM
46 tmux
47 tree
48 udev
49 util-linux
50 valgrind
51 wireguard-tools
52 xfsprogs
53 zsh
d052cc88 54 zstd