From a2d42b5df585bb95af1fbe7240522aff2ccaab27 Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Fri, 26 Aug 2016 16:46:47 +0300 Subject: [PATCH] education.mk: add os-prober to detect other systems --- conf.d/education.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/education.mk b/conf.d/education.mk index 254142a0..36a4365a 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -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