Education: use volumes-profile-education for LiveCD (fix autopartition)

This commit is contained in:
Andrey Cherepanov 2020-06-04 13:21:49 +03:00 committed by Anton Midyukov
parent 66ee001e1f
commit d6818e8cbc

View File

@ -82,6 +82,7 @@ endif
@$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true) @$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true)
@$(call add,LIVE_PACKAGES,livecd-timezone) @$(call add,LIVE_PACKAGES,livecd-timezone)
@$(call add,LIVE_PACKAGES,xfce-polkit) @$(call add,LIVE_PACKAGES,xfce-polkit)
@$(call add,LIVE_PACKAGES,volumes-profile-education)
@$(call add,LIVE_LISTS,slinux/net-base) @$(call add,LIVE_LISTS,slinux/net-base)
@$(call add,LIVE_LISTS,$(call tags,base rescue)) @$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad) @$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)