Skip to content

mkosi.debian.default.tmpl: overdue compatibility with v15 #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion mkosi.debian.default.tmpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# mkosi versions v15 and above need a lot more explicit Packages= like
# "?priority(important)" and "task ssh-server". mkosi v15 changed
# everything, see https://github.com/systemd/mkosi/issues/1971

[Content]
Packages=
?priority(important)
task-ssh-server
libnss-resolve
login
systemd-boot
asciidoctor
autoconf
automake
bash-completion
build-essential
cmake
command-not-found
fio
gdb
git
Expand All @@ -26,9 +36,14 @@ Packages=
meson
ndctl
openssh-client
openssh-server
pkgconf
python3
strace
# Trixie needs this one for compiling ndctl, but no such package in
# Bookworm. ?(exact-name ...) is used as a trick not to fail when
# it's missing. We can't use mkosi [Match] yet because it's too
# recent. If this grows out of control then we should switch to
# run_qemu.sh concatenating different files based on the revision.
?exact-name(systemd-dev)
uuid-dev
vim