education.mk: Fix availability vm profile for ARCHES, added installer-features
This commit is contained in:
parent
1babd587ab
commit
82aebfb968
@ -91,16 +91,20 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (vm,$(IMAGE_CLASS))
|
ifeq (vm,$(IMAGE_CLASS))
|
||||||
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
|
|
||||||
|
|
||||||
|
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
|
||||||
vm/education: vm/alt-education; @:
|
vm/education: vm/alt-education; @:
|
||||||
vm/alt-education: vm/systemd use/repo use/x11/armsoc \
|
vm/alt-education: vm/systemd use/repo use/x11/armsoc \
|
||||||
use/oem use/bootloader/uboot mixin/education
|
use/oem use/bootloader/uboot mixin/education
|
||||||
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
|
@$(call add,DEFAULT_SERVICES_DISABLE,multipathd)
|
||||||
|
@$(call add,THE_PACKAGES,installer-feature-lightdm-stage3)
|
||||||
|
@$(call add,THE_PACKAGES,installer-feature-quota-stage2)
|
||||||
|
|
||||||
vm/alt-education-rpi: vm/alt-education use/arm-rpi4/full; @:
|
vm/alt-education-rpi: vm/alt-education use/arm-rpi4/full; @:
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq (,$(filter-out aarch64,$(ARCH)))
|
||||||
vm/alt-education-tegra: vm/alt-education use/aarch64-tegra; @:
|
vm/alt-education-tegra: vm/alt-education use/aarch64-tegra; @:
|
||||||
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user