mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
8919f86f57
- Let's set the environment on the kernel command line so it applies to initrd and main system. - Let's add the necessary wrappers that are also added in test-functions. Unlike test-functions we don't use gcc/clang to get the library path as that requires installing gcc/clang in the initrd. - Let's drop the hack to get journald writing to the console and have it write to kmsg instead. We'll get the output either way. - Stop removing libstdc++ and sanitizer libraries from Arch Linux initrds and other images as it's required by the sanitizer libraries. - Add a workaround for specifying extra meson options for opensuse - Add a leak sanitizer suppression file as a workaround for a false positive leak in verify_selinuxmnt() in libselinux. We do a soname match because the stacktrace can't be properly symbolized on Debian.
87 lines
1.7 KiB
Plaintext
87 lines
1.7 KiB
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Config]
|
|
Dependencies=
|
|
exitrd
|
|
minimal-base
|
|
minimal-0
|
|
minimal-1
|
|
|
|
InitrdInclude=
|
|
initrd/
|
|
|
|
[Output]
|
|
@Format=directory
|
|
RepartDirectories=mkosi.repart
|
|
|
|
[Content]
|
|
Autologin=yes
|
|
ExtraTrees=
|
|
%D/mkosi.crt:/usr/lib/verity.d/mkosi.crt # sysext verification key
|
|
%O/minimal-0.root-%a.raw:/usr/share/minimal_0.raw
|
|
%O/minimal-0.root-%a-verity.raw:/usr/share/minimal_0.verity
|
|
%O/minimal-0.root-%a-verity-sig.raw:/usr/share/minimal_0.verity.sig
|
|
%O/minimal-1.root-%a.raw:/usr/share/minimal_1.raw
|
|
%O/minimal-1.root-%a-verity.raw:/usr/share/minimal_1.verity
|
|
%O/minimal-1.root-%a-verity-sig.raw:/usr/share/minimal_1.verity.sig
|
|
%O/minimal-base:/usr/share/TEST-13-NSPAWN-container-template
|
|
%O/exitrd:/exitrd
|
|
leak-sanitizer-suppressions:/usr/lib/systemd/leak-sanitizer-suppressions
|
|
|
|
PostInstallationScripts=mkosi.sanitizers.chroot
|
|
|
|
InitrdPackages=
|
|
findutils
|
|
grep
|
|
sed
|
|
|
|
Packages=
|
|
acl
|
|
attr
|
|
bash-completion
|
|
bpftrace
|
|
coreutils
|
|
curl
|
|
diffutils
|
|
dnsmasq
|
|
dosfstools
|
|
e2fsprogs
|
|
findutils
|
|
gdb
|
|
grep
|
|
gzip
|
|
jq
|
|
kbd
|
|
kexec-tools
|
|
kmod
|
|
knot
|
|
less
|
|
lvm2
|
|
man
|
|
mdadm
|
|
mtools
|
|
nano
|
|
nftables
|
|
nvme-cli
|
|
opensc
|
|
openssl
|
|
p11-kit
|
|
python3
|
|
qrencode
|
|
radvd
|
|
rsync
|
|
sed
|
|
socat
|
|
strace
|
|
systemd
|
|
tar
|
|
tmux
|
|
tree
|
|
udev
|
|
util-linux
|
|
valgrind
|
|
which
|
|
xfsprogs
|
|
zsh
|
|
zstd
|