mkimage-profiles/conf.d/realtime.mk
Anton Midyukov 384f33ec7b 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.
2021-06-06 19:55:23 +07:00

17 lines
545 B
Makefile

mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +plymouth \
mixin/regular-lxde use/x11/lightdm/gtk $(STARTERKIT)
@$(call set,KFLAVOURS,rt)
@$(call add,THE_LISTS,realtime/tests)
@$(call add,THE_LISTS,engineering/cnc)
@$(call add,THE_LISTS,engineering/misc)
ifeq (distro,$(IMAGE_CLASS))
distro/regular-cnc-rt: distro/.regular-x11 mixin/cnc-rt \
use/live/install; @:
endif
ifeq (vm,$(IMAGE_CLASS))
vm/regular-cnc-rt: vm/systemd mixin/regular-vm-x11 mixin/vm-archdep mixin/cnc-rt; @:
vm/regular-cnc-rt-efi: vm/cnc-rt +efi; @:
endif