education.mk: add os-prober to detect other systems

This commit is contained in:
Andrey Cherepanov 2016-08-26 16:46:47 +03:00 committed by Michael Shigorin
parent 547e6ba455
commit a2d42b5df5

View File

@ -17,5 +17,6 @@ distro/education: distro/.installer use/slinux/full \
@$(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_KMODULES,lsadrv)
@$(call add,BASE_PACKAGES,os-prober)
endif