mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
1f2c9bda49
Direct kernel boot results in much faster boot times so let's use it by default. We disable it for tests that need to reboot because +-50% of the time, doing a reboot when using direct kernel boot causes qemu to hang on reboot. Until we figure that out, let's use UEFI for the tests that need to reboot.
7 lines
172 B
Meson
7 lines
172 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
test_params += {
|
|
# FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
|
|
'firmware' : 'uefi',
|
|
}
|