education.mk: add base rescue to live

This commit is contained in:
Andrey Cherepanov 2019-06-14 14:44:31 +03:00 committed by Anton Midyukov
parent ae185453d8
commit 2cdc839f59

View File

@ -71,6 +71,7 @@ distro/alt-education: distro/.installer mixin/education \
@$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true)
@$(call add,LIVE_PACKAGES,livecd-timezone)
@$(call add,LIVE_LISTS,slinux/network-base)
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
@$(call add,STAGE2_PACKAGES,chrony)
@$(call add,STAGE1_MODLISTS,stage2-mmc)