]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.images/base/mkosi.conf
logs-show: use journal_add_matchf() and journal_add_match_pair()
[thirdparty/systemd.git] / mkosi.images / base / mkosi.conf
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 [Output]
4 Format=directory
5
6 [Content]
7 Autologin=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.
10 Bootable=yes
11 # we want to build the UKI as part of the system image so make sure none are built here.
12 Bootloader=none
13 CleanPackageMetadata=no
14
15 Packages=
16 acl
17 bash-completion
18 coreutils
19 diffutils
20 dnsmasq
21 dosfstools
22 e2fsprogs
23 findutils
24 gcc # Sanitizer libraries
25 gdb
26 git
27 grep
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
40 rsync
41 sed
42 socat
43 strace
44 systemd
45 tar
46 tmux
47 tree
48 udev
49 util-linux
50 valgrind
51 wireguard-tools
52 xfsprogs
53 zsh
54 zstd