Commit 7a58ffd3 authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Michael Shigorin

education.mk: add vim-console and Live support

parent 6a335513
...@@ -5,6 +5,7 @@ ifeq (distro,$(IMAGE_CLASS)) ...@@ -5,6 +5,7 @@ ifeq (distro,$(IMAGE_CLASS))
distro/education: distro/.installer use/slinux/full \ distro/education: distro/.installer use/slinux/full \
use/browser/firefox/esr \ use/browser/firefox/esr \
use/memtest \ use/memtest \
use/live/install use/live/suspend use/live/x11 use/live/repo \
use/l10n/default/ru_RU +vmguest +efi use/l10n/default/ru_RU +vmguest +efi
@$(call set,INSTALLER,junior) @$(call set,INSTALLER,junior)
@$(call set,BRANDING,alt-education) @$(call set,BRANDING,alt-education)
...@@ -15,10 +16,10 @@ distro/education: distro/.installer use/slinux/full \ ...@@ -15,10 +16,10 @@ distro/education: distro/.installer use/slinux/full \
@$(call add,THE_GROUPS,education/kde5) @$(call add,THE_GROUPS,education/kde5)
@$(call add,THE_GROUPS,education/server-apps-edu) @$(call add,THE_GROUPS,education/server-apps-edu)
@$(call add,INSTALL2_PACKAGES,xorg-drv-libinput) @$(call add,INSTALL2_PACKAGES,xorg-drv-libinput)
@$(call add,THE_PACKAGES,usbutils pv syslinux lftp links2 openssh-server xinput xorg-drv-libinput) @$(call add,THE_PACKAGES,usbutils pv syslinux lftp links2 openssh-server xinput xorg-drv-libinput vim-console)
@$(call add,THE_KMODULES,lsadrv) @$(call add,THE_KMODULES,lsadrv)
@$(call add,BASE_PACKAGES,os-prober) @$(call add,BASE_PACKAGES,os-prober)
@$(call add,THE_PACKAGES,disable-usb-autosuspend) @$(call add,THE_PACKAGES,xorg-drv-vmware xorg-drv-vmmouse disable-usb-autosuspend)
@$(call add,THE_PACKAGES,bluez pulseaudio-bluez) @$(call add,THE_PACKAGES,bluez pulseaudio-bluez)
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment