]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.conf.d/10-systemd.conf
Merge pull request #27027 from dtardon/unit-file-list-cleanup
[thirdparty/systemd.git] / mkosi.conf.d / 10-systemd.conf
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 [Output]
4 Bootable=yes
5 # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
6 Environment=ASAN_OPTIONS=verify_asan_link_order=false
7 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
8 MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1
9 OutputDirectory=mkosi.output
10
11 [Content]
12 BuildDirectory=mkosi.builddir
13 CacheDirectory=mkosi.cache
14 ExtraTrees=src:/root/src
15 Packages=
16 acl
17 bash-completion
18 coreutils
19 diffutils
20 dnsmasq
21 dosfstools
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 tree
40 util-linux
41 valgrind
42 wireguard-tools
43 xfsprogs
44 zsh
45
46 BuildPackages=
47 bc
48 binutils
49 bison
50 clang
51 flex
52 gcc
53 gettext
54 git
55 gperf
56 lld
57 llvm
58 make
59 meson
60 pkgconf
61 rpm
62 rsync
63 tar
64 zstd
65
66 [Host]
67 Acl=yes
68 QemuMem=2G
69 ExtraSearchPaths=build/
70 KernelCommandLineExtra=systemd.crash_shell
71 systemd.log_level=debug
72 systemd.journald.forward_to_console
73 systemd.journald.max_level_console=warning
74 systemd.mask=auditd
75 # Tell the kernel to only log warning and up to the console.
76 loglevel=4
77
78 [Validation]
79 Password=
80 Autologin=yes