From f8af203a87d3d7d88cbd2be92c11377446a63cb2 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 24 Dec 2018 20:34:23 +0300 Subject: [PATCH] basealt.mk: tweak e2k workstation names "ALT Workstation/?01" presented some minor problem with ISOs, I don't even recall this one precisely; could be a readability or differentiability; just go ahead with slightly better names. --- conf.d/basealt.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index 1dfe8de9..5fad06f2 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -40,14 +40,14 @@ distro/.alt-workstation-base: distro/.e2k-installer mixin/alt-workstation distro/.alt-workstation: distro/.alt-workstation-base use/x11/lightdm/gtk; @: distro/alt-workstation-101: distro/.alt-workstation use/e2k/101 - @$(call set,META_VOL_ID,ALT Workstation/101) + @$(call set,META_VOL_ID,ALT Workstation 101) distro/alt-workstation-401: distro/.alt-workstation use/e2k/401; @: - @$(call set,META_VOL_ID,ALT Workstation/401) + @$(call set,META_VOL_ID,ALT Workstation 401) # avoid lightdm; NB: mate-settings pulls it in (hence the dummy) distro/alt-workstation-801: distro/.alt-workstation-base use/e2k/install2/801 - @$(call set,META_VOL_ID,ALT Workstation/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