From a3813829495d64ea1be9195f5b73d360d43b8f7c Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 24 Dec 2018 20:31:28 +0300 Subject: [PATCH] basealt.mk: auto-dualseat support for alt-workstation-801 This one-liner turns ALT Workstation for Elbrus 801-PC into a more convenient distribution for dualseat rollouts. (we didn't tackle sound aspects yet -- these can be handled through PulseAudio locally -- and media mounting ones either; still much beta than nothin') See-also: http://0x1.tv/20180930D --- conf.d/basealt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index e7a9a0b6..1dfe8de9 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -49,6 +49,7 @@ distro/alt-workstation-401: distro/.alt-workstation use/e2k/401; @: distro/alt-workstation-801: distro/.alt-workstation-base use/e2k/install2/801 @$(call set,META_VOL_ID,ALT Workstation/801) @$(call add,MAIN_GROUPS,workstation/e801-1seat workstation/e801-2seat) + @$(call add,INSTALL2_PACKAGES,installer-feature-e2k-801-dualseat) endif endif