Commit a4db4bf6 authored by Anton Midyukov's avatar Anton Midyukov

realtime.mk: Refactoring, drop live with session support

live with session support needed efi=runtime for cmdline kernel. This parameter makes it unsuitable for real-time.
parent 4b23f246
mixin/cnc-rt: use/cleanup +nm-gtk
mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +plymouth \
mixin/regular-lxde use/x11/lightdm/gtk
@$(call set,KFLAVOURS,rt)
@$(call add,THE_LISTS,realtime/tests)
@$(call add,THE_LISTS,engineering/cnc)
@$(call add,THE_LISTS,engineering/misc)
@$(call add,CLEANUP_PACKAGES,virtualbox-guest-common)
@$(call add,CLEANUP_PACKAGES,open-vm-tools)
@$(call add,CLEANUP_PACKAGES,xorg-drv-vboxvideo xorg-drv-qxl)
@$(call add,CLEANUP_PACKAGES,spice-vdagent qemu-guest-agent)
@$(call add,CLEANUP_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse open-vm-tools-desktop)
ifeq (distro,$(IMAGE_CLASS))
distro/cnc-rt: distro/regular-lxde mixin/cnc-rt
distro/cnc-rt: distro/.regular-x11 mixin/cnc-rt \
use/live/install
@$(call add,EFI_BOOTARGS,efi=runtime)
endif
ifeq (vm,$(IMAGE_CLASS))
vm/cnc-rt: vm/regular-lxde mixin/vm-archdep mixin/cnc-rt; @:
vm/cnc-rt: vm/systemd mixin/regular-vm-x11 mixin/vm-archdep mixin/cnc-rt; @:
vm/cnc-rt-efi: vm/cnc-rt +efi; @:
endif
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