diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-09 10:24:06 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-09 11:47:37 +0200 |
commit | 9c611095ca3cc8baf1012a60c8b645fcbfd36475 (patch) | |
tree | 5aab9476a6b76daf261d3fb4d28b08f7302bae56 /mkosi.images | |
parent | hibernate-resume-config: apply ENABLE_EFI ifdef correctly (diff) | |
download | systemd-9c611095ca3cc8baf1012a60c8b645fcbfd36475.tar.xz systemd-9c611095ca3cc8baf1012a60c8b645fcbfd36475.zip |
mkosi: Update pkg/arch to latest and install systemd-tests
The arch PKGBUILD now packages the tests when building for upstream
so let's make sure we install the new package.
Diffstat (limited to 'mkosi.images')
-rw-r--r-- | mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf index 9c2e152c3a..d11b932a02 100644 --- a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf +++ b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf @@ -11,7 +11,7 @@ InitrdInclude=initrd/ [Content] Environment= PKG_SUBDIR="arch" - SYSTEMD_PACKAGES="systemd systemd-ukify systemd-sysvcompat systemd-resolvconf" + SYSTEMD_PACKAGES="systemd systemd-ukify systemd-sysvcompat systemd-resolvconf systemd-tests" Packages= bpf |