From ec583071b8c0570720cfca974e4f2c96754412bc Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Wed, 16 Sep 2020 13:51:59 +0000 Subject: [PATCH] mixin-basealt.mk: Pin postfix Otherwise, ssmtpd finds its way into alt-workstation-tavolga as /usr/sbin/sendmail provider (required by lsb-core). --- conf.d/mixin-basealt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/mixin-basealt.mk b/conf.d/mixin-basealt.mk index 60647fde..d47911f0 100644 --- a/conf.d/mixin-basealt.mk +++ b/conf.d/mixin-basealt.mk @@ -50,6 +50,7 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \ @$(call set,META_VOL_ID,ALT Workstation $(DISTRO_VERSION) $(ARCH)) @$(call set,META_APP_ID,ALT Workstation $(DISTRO_VERSION) $(ARCH) $(shell date +%F)) @$(call set,DOCS,alt-workstation) + @$(call add,PINNED_PACKAGES,postfix) mixin/alt-workstation-install: +installer \ use/install2/fat use/install2/vnc \