384f33ec7b
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.
17 lines
545 B
Makefile
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
|