From f698214ea470229185ecbc65a109d9be522f5ad1 Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Tue, 2 Aug 2022 16:25:33 +0300 Subject: [PATCH] workstation: Add mediaplayer list for all arches It was added for e2k only. This fixes commit f485b3d2973890e01cc35a6633b1167aca2494d4. --- conf.d/basealt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index d46ecd6d..ff1d34f6 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -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