From 384f33ec7b4794e6fb49320547b6763c985c9e44 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 31 May 2021 15:35:54 +0700 Subject: [PATCH] realtime.mk: Not add efi=runtime to EFI_BOOTARGS efi=runtime enabled efivarfs suppot for realtime kernel. But enabling this option results in high latency system response that is unacceptable for real-time. However, the system can still be installed by selecting 'EFI (removable)'. Secure boot has been supported since December 2020 for this grub-efi bootloader installation option. --- conf.d/realtime.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.d/realtime.mk b/conf.d/realtime.mk index a7e3d961..0110f3e0 100644 --- a/conf.d/realtime.mk +++ b/conf.d/realtime.mk @@ -7,8 +7,7 @@ mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +plymouth \ ifeq (distro,$(IMAGE_CLASS)) distro/regular-cnc-rt: distro/.regular-x11 mixin/cnc-rt \ - use/live/install - @$(call add,EFI_BOOTARGS,efi=runtime) + use/live/install; @: endif ifeq (vm,$(IMAGE_CLASS))