]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.conf.d/10-systemd.conf
Merge pull request #26968 from DaanDeMeyer/exec-runtime
[thirdparty/systemd.git] / mkosi.conf.d / 10-systemd.conf
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi).
4
5 [Output]
6 Bootable=yes
7 # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
8 Environment=ASAN_OPTIONS=verify_asan_link_order=false
9 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
10 MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1
11 OutputDirectory=mkosi.output
12
13 [Content]
14 BuildDirectory=mkosi.builddir
15 Cache=mkosi.cache
16 ExtraTrees=src:/root/src
17 Packages=
18 acl
19 bash-completion
20 coreutils
21 diffutils
22 dnsmasq
23 dosfstools
24 e2fsprogs
25 findutils
26 gcc # For sanitizer libraries
27 gdb
28 grep
29 kbd
30 kexec-tools
31 kmod
32 less
33 mtools
34 nano
35 nftables
36 openssl
37 python3
38 qrencode
39 sed
40 strace
41 tree
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.journald.forward_to_console
75 systemd.journald.max_level_console=warning
76 systemd.mask=auditd
77 # Tell the kernel to only log warning and up to the console.
78 loglevel=4
79
80 [Validation]
81 Password=
82 Autologin=yes