mirror of
https://github.com/systemd/systemd.git
synced 2025-01-31 05:47:30 +03:00
ee7304df5d
Instead of using ExtraTrees=, let's use the new RuntimeTrees= option to mount the full repository into the VM/container. Let's also store the sources under /usr/src/systemd and update the gdbinit file and vscode HACKING guide section to match the new location.
49 lines
775 B
Plaintext
49 lines
775 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
[Preset]
|
|
Dependencies=base
|
|
|
|
[Content]
|
|
Autologin=yes
|
|
BaseTrees=../../mkosi.output/base
|
|
ExtraTrees=../../mkosi.output/base-systemd
|
|
Packages=
|
|
acl
|
|
bash-completion
|
|
coreutils
|
|
diffutils
|
|
dnsmasq
|
|
dosfstools
|
|
e2fsprogs
|
|
findutils
|
|
gcc # Sanitizer libraries
|
|
gdb
|
|
grep
|
|
gzip
|
|
kbd
|
|
kexec-tools
|
|
less
|
|
mtools
|
|
nano
|
|
nftables
|
|
openssl
|
|
qrencode
|
|
sed
|
|
socat
|
|
strace
|
|
systemd
|
|
tmux
|
|
tree
|
|
udev
|
|
util-linux
|
|
valgrind
|
|
wireguard-tools
|
|
xfsprogs
|
|
zsh
|
|
|
|
BuildPackages=
|
|
|
|
[Validation]
|
|
@SecureBoot=yes
|
|
@SignExpectedPcr=yes
|