Commit 44263c29 authored by Anton Midyukov's avatar Anton Midyukov

live-install: add use/live-install/oem/wayland

parent 523d1441
...@@ -77,5 +77,14 @@ use/live-install/suspend: ...@@ -77,5 +77,14 @@ use/live-install/suspend:
use/live-install/oem: use/live-install use/live-install/oem: use/live-install
@$(call add,INSTALL2_PACKAGES,installer-feature-oem-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-oem-stage2)
@$(call add,MAIN_PACKAGES,alterator-setup) @$(call add,MAIN_PACKAGES,$$(OEM_MAIN_PACKAGES))
@$(call try,OEM_MAIN_PACKAGES,alterator-setup)
@$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2) @$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2)
ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/oem/wayland: use/live-install/oem
@$(call set,OEM_MAIN_PACKAGES,alterator-setup-wayland)
@$(call add,INSTALL2_PACKAGES,installer-feature-oem-wayland-only-stage2)
else
use/live-install/oem/wayland: use/live-install/oem; @:
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment