Commit 384f33ec authored by Anton Midyukov's avatar Anton Midyukov

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.
parent f3c0d177
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment