From d9fa81de0f3c024f85ed1735490cbb893e2e7e54 Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Fri, 12 May 2017 10:47:42 +0300 Subject: [PATCH] education.mk: enable crond services, add disk utilites --- conf.d/education.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/education.mk b/conf.d/education.mk index 3a2c2289..f7b2e0c0 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -25,11 +25,12 @@ distro/education: distro/.installer use/slinux/full \ @$(call add,THE_PACKAGES,firefox-esr firefox-esr-ru) @$(call add,THE_PACKAGES,guest-account) @$(call add,THE_PACKAGES,owncloud-client) + @$(call add,THE_PACKAGES,net-tools fdisk gdisk parted) @$(call add,MAIN_PACKAGES,iperf3 owamp-server) @$(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) + @$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind crond) endif