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:
parent
f3c0d17726
commit
384f33ec7b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user