Commit f005f830 authored by Anton Midyukov's avatar Anton Midyukov

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

parent a3cf96af
...@@ -41,9 +41,12 @@ use/live-install/pkg: use/live-install ...@@ -41,9 +41,12 @@ use/live-install/pkg: use/live-install
@$(call set,GLOBAL_LIVE_INSTALL,) @$(call set,GLOBAL_LIVE_INSTALL,)
use/live-install/wayland: use/live-install use/live-install/wayland: use/live-install
@$(call set,LIVE_INSTALLER,installer-common-wayland-stage2) @$(call set,LIVE_INSTALLER,installer-common-x11-stage2 installer-common-wayland-stage2)
@$(call add,STAGE2_BOOTARGS,wayland) @$(call add,STAGE2_BOOTARGS,wayland)
use/live-install/wayland/only: use/live-install/wayland
@$(call set,LIVE_INSTALLER,installer-common-wayland-stage2)
ifneq (,$(filter-out p10,$(BRANCH))) ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/desktop: use/live-install use/live-install/desktop: use/live-install
@$(call add,INSTALL2_PACKAGES,installer-common-desktop) @$(call add,INSTALL2_PACKAGES,installer-common-desktop)
......
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