]> git.ipfire.org Git - thirdparty/systemd.git/blob - mkosi.conf.d/10-systemd.conf
Merge pull request #26349 from yuwata/safe-fork-rearrange-stdio
[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 Packages=
17 acl
18 bash-completion
19 coreutils
20 diffutils
21 dnsmasq
22 dosfstools
23 e2fsprogs
24 findutils
25 gcc # For sanitizer libraries
26 gdb
27 grep
28 kbd
29 kexec-tools
30 kmod
31 less
32 mtools
33 nano
34 nftables
35 openssl
36 python3
37 qrencode
38 sed
39 strace
40 tree
41 util-linux
42 valgrind
43 wireguard-tools
44 xfsprogs
45 zsh
46
47 BuildPackages=
48 bc
49 binutils
50 bison
51 clang
52 flex
53 gcc
54 gettext
55 git
56 gnu-efi
57 gperf
58 lld
59 llvm
60 make
61 meson
62 pkgconf
63 rpm
64 rsync
65 tar
66 zstd
67
68 [Host]
69 QemuHeadless=yes
70 Netdev=yes
71 QemuMem=2G
72 ExtraSearchPaths=build/
73
74 [Validation]
75 Password=
76 Autologin=yes