diff options
author | Luca Boccassi <bluca@debian.org> | 2023-04-21 00:48:58 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-04-21 13:43:49 +0200 |
commit | 2f39220e7c0afe5fdf484bccca994e8c37ad09cd (patch) | |
tree | c2cc46207fa2dcf99041cbc811ae6833dd983707 /mkosi.conf.d | |
parent | Merge pull request #27349 from mrc0mmand/codespell (diff) | |
download | systemd-2f39220e7c0afe5fdf484bccca994e8c37ad09cd.tar.xz systemd-2f39220e7c0afe5fdf484bccca994e8c37ad09cd.zip |
mkosi: remove ?priority(required) from debian pkg list
Requires apt 2.3.10 which is not available in stable, and also doesn't
seem necessary, same packages are installed anyway
Add tzdata manually, as that doesn't seem to be pulled in via the CI.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/20-debian.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf.d/20-debian.conf b/mkosi.conf.d/20-debian.conf index 011f6e9296..4354b05bf0 100644 --- a/mkosi.conf.d/20-debian.conf +++ b/mkosi.conf.d/20-debian.conf @@ -8,7 +8,6 @@ Release=testing [Content] Packages= - ?priority(required) btrfs-progs cryptsetup-bin dbus-broker @@ -48,6 +47,7 @@ Packages= python3-pytest quota systemd-sysv + tzdata xxd BuildPackages= |