]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.conf.d/10-systemd.conf
Merge pull request #27113 from keszybz/variable-expansion-rework
[thirdparty/systemd.git] / mkosi.conf.d / 10-systemd.conf
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 [Output]
4 # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
5 Environment=ASAN_OPTIONS=verify_asan_link_order=false
6 MKOSI_ASAN_OPTIONS=strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:disable_coredump=0:use_madv_dontdump=1
7 MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1
8 OutputDirectory=mkosi.output
9
10 [Content]
11 BuildDirectory=mkosi.builddir
12 CacheDirectory=mkosi.cache
13 ExtraTrees=src:/root/src
14 Packages=
15 acl
16 bash-completion
17 coreutils
18 diffutils
19 dnsmasq
20 dosfstools
21 dracut
22 e2fsprogs
23 findutils
24 gcc # For sanitizer libraries
25 gdb
26 grep
27 kbd
28 kexec-tools
29 kmod
30 less
31 mtools
32 nano
33 nftables
34 openssl
35 python3
36 qrencode
37 sed
38 strace
39 systemd
40 tree
41 udev
42 util-linux
43 valgrind
44 wireguard-tools
45 xfsprogs
46 zsh
47
48 BuildPackages=
49 bc
50 binutils
51 bison
52 clang
53 flex
54 gcc
55 gettext
56 git
57 gperf
58 lld
59 llvm
60 make
61 meson
62 pkgconf
63 rpm
64 rsync
65 tar
66 zstd
67
68 [Host]
69 Acl=yes
70 QemuMem=2G
71 ExtraSearchPaths=build/
72 KernelCommandLineExtra=systemd.crash_shell
73 systemd.log_level=debug
74 systemd.log_ratelimit_kmsg=0
75 systemd.journald.forward_to_console
76 systemd.journald.max_level_console=warning
77 systemd.mask=auditd
78 # Tell the kernel to only log warning and up to the console.
79 loglevel=4
80
81 [Validation]
82 Password=
83 Autologin=yes