2016-07-22 00:11:05 +03:00
# ALT Education
2016-01-28 16:21:59 +03:00
i f e q ( d i s t r o , $( IMAGE_CLASS ) )
2019-02-08 15:39:55 +03:00
distro/education : distro /alt -education
2019-05-17 16:42:29 +03:00
distro/alt-education : distro /.installer \
+systemd \
2016-07-22 00:11:05 +03:00
use/memtest \
2016-10-14 19:16:47 +03:00
use/services \
2019-05-18 20:44:43 +03:00
use/live/install use/live/suspend \
use/live/repo use/live/x11 use/live/rw \
2019-04-26 14:35:54 +03:00
use/install2/vnc use/install2/full \
2019-05-17 16:42:29 +03:00
use/l10n/default/ru_RU +vmguest \
+efi use/efi/refind use/efi/shell \
2019-04-09 15:38:09 +03:00
use/ntp/chrony \
2019-05-17 16:42:29 +03:00
use/isohybrid use/x11/xorg use/x11/lightdm/gtk +pulse use/luks \
+plymouth +nm use/x11/gtk/nm +wireless \
use/xdg-user-dirs/deep use/install2/fonts \
use/branding/complete
2016-02-29 21:39:11 +03:00
@$( call set,INSTALLER,junior)
2016-07-15 18:06:04 +03:00
@$( call set,BRANDING,alt-education)
2019-05-17 16:42:29 +03:00
@$( call add,THE_BRANDING,menu xfce-settings system-settings)
@$( call set,META_APP_ID,$( DISTRO_VERSION) /$( ARCH) )
2019-02-08 15:39:55 +03:00
@$( call set,META_VOL_SET,ALT Education 8.2)
2019-05-17 16:42:29 +03:00
@$( call set,META_PUBLISHER,BaseALT Ltd)
2019-04-26 14:35:54 +03:00
@$( call add,INSTALL2_PACKAGES,disable-usb-autosuspend)
2019-01-31 17:24:41 +03:00
@$( call add,INSTALL2_PACKAGES,installer-feature-samba-usershares-stage2)
2019-05-18 21:10:43 +03:00
@$( call add,THE_LISTS,slinux/xfce-base)
@$( call add,THE_LISTS,slinux/misc-base)
@$( call add,THE_LISTS,gnome-p2p)
@$( call add,THE_LISTS,$( call tags,base l10n) )
@$( call add,MAIN_LISTS,slinux/not-install-full)
2019-05-16 21:32:15 +03:00
@$( call add,BASE_LISTS,education/base)
@$( call add,BASE_LISTS,workstation/3rdparty)
2019-05-18 21:57:58 +03:00
@$( call add,THE_LISTS,education/misc)
2019-04-30 18:07:17 +03:00
@$( 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)
2016-08-31 16:09:13 +03:00
@$( call add,MAIN_GROUPS,education/teacher)
@$( call add,MAIN_GROUPS,education/kde5)
@$( call add,MAIN_GROUPS,education/server-apps-edu)
2019-05-18 21:10:43 +03:00
@$( call set,KFLAVOURS,std-def)
@$( call add,THE_KMODULES,virtualbox)
@$( call add,THE_KMODULES,nvidia)
2019-05-15 17:52:50 +03:00
@$( call add,THE_KMODULES,lsadrv bbswitch)
2019-05-18 21:10:43 +03:00
@$( call add,THE_KMODULES,staging)
@$( call add,MAIN_KMODULES,bbswitch)
2019-01-31 17:24:41 +03:00
@$( call add,THE_PACKAGES,usbutils pv syslinux lftp links2 openssh-server xinput xorg-drv-libinput)
2019-05-16 21:32:15 +03:00
@$( call add,THE_PACKAGES,net-tools fdisk gdisk parted partclone)
2016-08-30 13:37:28 +03:00
@$( call add,THE_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse disable-usb-autosuspend)
2016-08-29 12:41:00 +03:00
@$( call add,THE_PACKAGES,bluez pulseaudio-bluez)
2019-01-31 17:24:41 +03:00
@$( call add,THE_PACKAGES,alterator-fbi)
2019-05-16 21:32:15 +03:00
@$( call add,BASE_PACKAGES,os-prober)
@$( call add,BASE_PACKAGES,guest-account)
@$( call add,BASE_PACKAGES,nextcloud-client)
2016-10-18 17:51:00 +03:00
@$( call add,MAIN_PACKAGES,iperf3 owamp-server)
2019-05-15 17:55:55 +03:00
@$( call add,MAIN_PACKAGES,stellarium)
2017-04-25 17:28:50 +03:00
@$( call add,THE_LISTS,$( call tags,base regular) )
2017-08-02 15:39:09 +03:00
@$( call add,STAGE1_MODLISTS,stage2-mmc)
2019-05-17 16:42:29 +03:00
@$( call set,GLOBAL_LIVE_NO_CLEANUPDB,true)
2019-05-18 21:57:58 +03:00
@$( call add,LIVE_PACKAGES,livecd-timezone)
2019-05-17 16:42:29 +03:00
@$( call add,LIVE_LISTS,slinux/network-base)
@$( call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
@$( call add,STAGE2_PACKAGES,chrony)
@$( call add,STAGE1_MODLISTS,stage2-mmc)
2019-05-18 21:10:43 +03:00
@$( call add,SERVICES_ENABLE,bluetoothd sshd bind crond alteratord cups ahttpd)
2016-01-28 16:21:59 +03:00
e n d i f