mkimage-profiles/conf.d/education.mk

46 lines
1.8 KiB
Makefile
Raw Normal View History

# ALT Education
ifeq (distro,$(IMAGE_CLASS))
distro/education: distro/alt-education
distro/alt-education: distro/.installer use/slinux/full \
use/memtest \
use/services \
use/live/install use/live/suspend use/live/x11 use/live/repo \
use/install2/vnc use/install2/full \
use/l10n/default/ru_RU +vmguest +efi \
2019-03-23 22:00:34 +03:00
use/efi/refind use/efi/shell \
2019-04-09 15:38:09 +03:00
use/ntp/chrony \
+systemd
@$(call set,INSTALLER,junior)
2016-07-15 18:06:04 +03:00
@$(call set,BRANDING,alt-education)
@$(call set,META_VOL_SET,ALT Education 8.2)
@$(call add,INSTALL2_PACKAGES,disable-usb-autosuspend)
@$(call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2)
@$(call add,BASE_LISTS,education/base)
@$(call add,BASE_LISTS,workstation/3rdparty)
@$(call add,MAIN_GROUPS,education/01_preschool)
@$(call add,MAIN_GROUPS,education/02_gradeschool)
@$(call add,MAIN_GROUPS,education/03_highschool)
@$(call add,MAIN_GROUPS,education/04_secondary_vocational)
@$(call add,MAIN_GROUPS,education/05_university)
@$(call add,MAIN_GROUPS,education/teacher)
@$(call add,MAIN_GROUPS,education/kde5)
@$(call add,MAIN_GROUPS,education/server-apps-edu)
@$(call add,THE_KMODULES,lsadrv bbswitch)
@$(call add,THE_PACKAGES,usbutils pv syslinux lftp links2 openssh-server xinput xorg-drv-libinput)
@$(call add,THE_PACKAGES,net-tools fdisk gdisk parted partclone)
@$(call add,THE_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse disable-usb-autosuspend)
@$(call add,THE_PACKAGES,bluez pulseaudio-bluez)
@$(call add,THE_PACKAGES,alterator-fbi)
@$(call add,BASE_PACKAGES,os-prober)
@$(call add,BASE_PACKAGES,guest-account)
@$(call add,BASE_PACKAGES,nextcloud-client)
@$(call add,MAIN_PACKAGES,iperf3 owamp-server)
@$(call add,MAIN_PACKAGES,stellarium)
@$(call add,THE_LISTS,$(call tags,base regular))
2019-03-19 15:50:02 +03:00
@$(call add,SERVICES_ENABLE,bluetoothd sshd bind crond alteratord cups ahttpd)
2017-08-02 15:39:09 +03:00
@$(call add,STAGE1_MODLISTS,stage2-mmc)
endif