]> git.ipfire.org Git - thirdparty/systemd.git/blame - mkosi.conf.d/10-systemd.conf
Merge pull request #25615 from DaanDeMeyer/mkosi-kconfig
[thirdparty/systemd.git] / mkosi.conf.d / 10-systemd.conf
CommitLineData
6242cda9
DDM
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]
6242cda9 6Bootable=yes
69d638e6
DDM
7# Prevent ASAN warnings when building the image
8Environment=ASAN_OPTIONS=verify_asan_link_order=false
670dfcb6 9OutputDirectory=mkosi.output
6242cda9 10
7ca9563c 11[Content]
6242cda9
DDM
12BuildDirectory=mkosi.builddir
13Cache=mkosi.cache
3e139a8e 14SourceFileTransfer=mount
79a998fa 15SourceFileTransferFinal=copy-git-others
37d35150
DDM
16Packages=
17 acl
18 bash-completion
19 coreutils
20 diffutils
21 dnsmasq
bf3598be 22 dosfstools
68665704 23 e2fsprogs
37d35150
DDM
24 findutils
25 gcc # For sanitizer libraries
26 gdb
27 grep
28 kbd
29 kexec-tools
30 kmod
31 less
bf3598be 32 mtools
37d35150
DDM
33 nano
34 nftables
35 openssl
36 python3
37 qrencode
38 sed
39 strace
40 tree
41 util-linux
42 valgrind
43 wireguard-tools
68665704 44 xfsprogs
37d35150
DDM
45 zsh
46
47BuildPackages=
d12e9bdc
DDM
48 bc
49 binutils
50 bison
37d35150 51 clang
d12e9bdc 52 flex
37d35150
DDM
53 gcc
54 gettext
55 git
56 gnu-efi
57 gperf
6c2ff4a0 58 lld
37d35150 59 llvm
d12e9bdc 60 make
37d35150
DDM
61 meson
62 pkgconf
63 rpm
64 rsync
d12e9bdc 65 tar
37d35150 66 zstd
6242cda9
DDM
67
68[Host]
c7e445ab 69QemuHeadless=yes
7ca9563c 70Netdev=yes
69d638e6 71QemuMem=2G
06d6ea1b 72ExtraSearchPaths=build/
6242cda9
DDM
73
74[Validation]
75Password=
76Autologin=yes