diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-04 16:46:16 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-21 17:24:14 +0200 |
commit | 977fc93603b189141c4717691ee8194753989ff1 (patch) | |
tree | ff9c6e04b39457d398adae1368d5710e7a131091 /mkosi.uki-profiles | |
parent | TEST-70-TPM2: Disable public key enrollment explicitly (diff) | |
download | systemd-977fc93603b189141c4717691ee8194753989ff1.tar.xz systemd-977fc93603b189141c4717691ee8194753989ff1.zip |
Rework TEST-86-MULTI-PROFILE-UKI
Now that mkosi supports generating UKI profiles, let's make use of
that to generate the UKI profiles required for the test instead of
doing it within the test itself.
Diffstat (limited to 'mkosi.uki-profiles')
-rw-r--r-- | mkosi.uki-profiles/profile1.conf | 7 | ||||
-rw-r--r-- | mkosi.uki-profiles/profile2.conf | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mkosi.uki-profiles/profile1.conf b/mkosi.uki-profiles/profile1.conf new file mode 100644 index 0000000000..3dc39d2534 --- /dev/null +++ b/mkosi.uki-profiles/profile1.conf @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[UKIProfile] +Profile= + ID=profile1 + TITLE=Profile Two +Cmdline=testprofile1=1 diff --git a/mkosi.uki-profiles/profile2.conf b/mkosi.uki-profiles/profile2.conf new file mode 100644 index 0000000000..d5bd4b6b6a --- /dev/null +++ b/mkosi.uki-profiles/profile2.conf @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[UKIProfile] +Profile= + ID=profile2 + TITLE=Profile Two +Cmdline=testprofile2=1 |