Commit 2949d900 authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: exclude virtualbox group

We refuse virtualbox in the corporate sector. Also for working virtualbox on kernel 6.12 required the kernel cmdline parameter kvm.enable_virt_at_load=0 must be specified
parent 00eef8f5
......@@ -26,7 +26,6 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/blender)
@$(call add,MAIN_GROUPS,workstation/virtualbox)
endif
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/flatpak)
......
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