diff options
author | Luca Boccassi <bluca@debian.org> | 2023-07-26 22:18:07 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-26 23:02:58 +0200 |
commit | 0199f203cbf4eb14b0875b9a468e6d525ed172d8 (patch) | |
tree | a31ef83530aaa558437fd537944d07145a34e5ef /mkosi.presets | |
parent | missing: include linux/types.h for __s64 and __u64 (diff) | |
download | systemd-0199f203cbf4eb14b0875b9a468e6d525ed172d8.tar.xz systemd-0199f203cbf4eb14b0875b9a468e6d525ed172d8.zip |
mkosi: install sd-boot on opensuse in base image
Workaround for CI issue, the sd-stub we build is overwritten in the final
image as the package gets pulled there, install it in the base to
work around it for now
Diffstat (limited to 'mkosi.presets')
-rw-r--r-- | mkosi.presets/00-base/mkosi.conf.d/10-opensuse.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkosi.presets/00-base/mkosi.conf.d/10-opensuse.conf b/mkosi.presets/00-base/mkosi.conf.d/10-opensuse.conf index 21f620092e..85cb9e601a 100644 --- a/mkosi.presets/00-base/mkosi.conf.d/10-opensuse.conf +++ b/mkosi.presets/00-base/mkosi.conf.d/10-opensuse.conf @@ -33,6 +33,8 @@ Packages= libtss2-mu0 libtss2-rc0 libtss2-tcti-device0 + # Workaround for CI issue with our stub getting overwritten + systemd-boot tpm2-0-tss xz |