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.
This commit is contained in:
Anton Midyukov 2021-05-31 15:35:54 +07:00
parent f3c0d17726
commit 384f33ec7b

View File

@ -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))