projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6178aa4
)
test: use 'auto' instead of 'uefi' for automated fallback
author
Luca Boccassi
<bluca@debian.org>
Mon, 17 Jun 2024 14:37:43 +0000
(15:37 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 18 Jun 2024 18:41:01 +0000
(20:41 +0200)
mkosi will prefer UEFI if the architecture supports it, but fallback
to 'linux' if it doesn't.
(cherry picked from commit
80468db8fa21ffd07dc2f28c656eeaf8f0292367
)
test/TEST-06-SELINUX/meson.build
patch
|
blob
|
history
diff --git
a/test/TEST-06-SELINUX/meson.build
b/test/TEST-06-SELINUX/meson.build
index 7a850beb816021e7a9a05f0d1c2c66c239218632..9261a49c49c359ba176e60e52d756a023defc8bf 100644
(file)
--- a/
test/TEST-06-SELINUX/meson.build
+++ b/
test/TEST-06-SELINUX/meson.build
@@
-5,7
+5,8
@@
integration_tests += [
'name' : fs.name(meson.current_source_dir()),
'cmdline' : integration_test_template['cmdline'] + ['selinux=1', 'lsm=selinux'],
# FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
- 'firmware' : 'uefi',
+ # Use 'auto' to automatically fallback on non-uefi architectures.
+ 'firmware' : 'auto',
'vm' : true,
},
]