Commit 82c16cc5 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

workstation: Virtualbox is x86_64-only now

parent 1cda2b51
...@@ -3,7 +3,7 @@ ifeq (distro,$(IMAGE_CLASS)) ...@@ -3,7 +3,7 @@ ifeq (distro,$(IMAGE_CLASS))
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\ distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
3rdparty blender clamav cloud-clients freecad \ 3rdparty blender clamav cloud-clients freecad \
gtk-dictionary kvm smartcard virtualbox voip-clients) gtk-dictionary kvm smartcard voip-clients)
endif endif
distro/alt-workstation: distro/.base +vmguest +wireless +efi \ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
...@@ -22,6 +22,9 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \ ...@@ -22,6 +22,9 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
@$(call add,MAIN_PACKAGES,solaar) @$(call add,MAIN_PACKAGES,solaar)
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,$(workstation_groups_x86)) @$(call add,MAIN_GROUPS,$(workstation_groups_x86))
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,workstation/virtualbox)
@$(call add,BASE_KMODULES,kvm virtualbox) @$(call add,BASE_KMODULES,kvm virtualbox)
endif endif
@$(call add,MAIN_LISTS,workstation/extras) @$(call add,MAIN_LISTS,workstation/extras)
......
...@@ -11,7 +11,7 @@ kernel-modules-v4l-un-def ...@@ -11,7 +11,7 @@ kernel-modules-v4l-un-def
kernel-modules-drm-un-def kernel-modules-drm-un-def
kernel-modules-staging-un-def kernel-modules-staging-un-def
kernel-modules-drm-nouveau-un-def@X86 kernel-modules-drm-nouveau-un-def@X86
kernel-modules-virtualbox-un-def@X86 kernel-modules-virtualbox-un-def@x86_64
kernel-modules-virtualbox-addition-un-def@X86 kernel-modules-virtualbox-addition-un-def@X86
kernel-headers-modules-un-def kernel-headers-modules-un-def
kernel-headers-un-def kernel-headers-un-def
......
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