From be449541c5839cfd1a8ac76f6cfc02137a0f7f1e Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Tue, 25 Apr 2017 17:28:50 +0300 Subject: [PATCH] education.mk: add base+regular pkglist ...for make-initrd-lvm and other packages. --- conf.d/education.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/education.mk b/conf.d/education.mk index a2294ea7..3a2c2289 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -29,6 +29,7 @@ distro/education: distro/.installer use/slinux/full \ @$(call add,MAIN_PACKAGES,kumir2 rujel) @$(call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2) @$(call add,THE_LISTS,education/desktop) + @$(call add,THE_LISTS,$(call tags,base regular)) @$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind) endif