Running
mkosi --directory "" -d debian -r bookworm --include mkosi-tools --output mkosi.tools
on current Debian stable on gets an error that the package 'ubuntu-keyring'
doesn't have any installable candidates. Moving the inclusion of the package
out of the purview of apt and back into mkosi's fixes this issue.
?exact-name(systemd-boot)
?exact-name(systemd-repart)
?exact-name(systemd-ukify)
- ?exact-name(ubuntu-keyring)
?exact-name(virtiofsd)
apt
archlinux-keyring
--- /dev/null
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+[Match]
+Distribution=|!debian
+Release=|!bookworm
+
+[Content]
+Packages=
+ ubuntu-keyring