Commit f698214e authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

workstation: Add mediaplayer list for all arches

It was added for e2k only. This fixes commit f485b3d2.
parent 695c9e4f
......@@ -48,8 +48,6 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,MAIN_PACKAGES,alterator-secsetup)
@$(call add,MAIN_GROUPS,workstation/alterator-web)
@$(call add,SERVICES_ENABLE,ahttpd) # in case it gets installed
@$(call add,MAIN_GROUPS,$(mediaplayer))
@$(call add,LIVE_LISTS,$(mediaplayer))
ifeq (,$(filter-out e2k,$(ARCH)))
@$(call set,META_VOL_ID,ALT Workstation for Elbrus 401-PC)
endif # e2k
......@@ -60,6 +58,8 @@ ifeq (,$(filter-out e2kv5,$(ARCH)))
@$(call set,META_VOL_ID,ALT Workstation for Elbrus 901-PC)
endif # e2kv5
endif # e2k%
@$(call add,MAIN_GROUPS,$(mediaplayer))
@$(call add,LIVE_LISTS,$(mediaplayer))
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
endif # distro
......
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