Commit a3cf96af authored by Anton Midyukov's avatar Anton Midyukov

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

Use wayland in installer instead Xorg.
parent fcedb60f
...@@ -10,7 +10,8 @@ use/live-install: use/live use/metadata use/repo/main \ ...@@ -10,7 +10,8 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call set,STAGE2_LIVE_INST,yes) @$(call set,STAGE2_LIVE_INST,yes)
@$(call try,MAIN_KERNEL_SAVE,no) @$(call try,MAIN_KERNEL_SAVE,no)
@$(call xport,MAIN_KERNEL_SAVE) @$(call xport,MAIN_KERNEL_SAVE)
@$(call add,INSTALL2_PACKAGES,installer-common-stage2) @$(call try,LIVE_INSTALLER,installer-common-stage2)
@$(call add,INSTALL2_PACKAGES,$$(LIVE_INSTALLER))
@$(call add,THE_PACKAGES,alterator-wizardface) @$(call add,THE_PACKAGES,alterator-wizardface)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator)) @$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup) @$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup)
...@@ -39,6 +40,10 @@ use/live-install/pkg: use/live-install ...@@ -39,6 +40,10 @@ use/live-install/pkg: use/live-install
@$(call set,LIVE_INSTALL_PKG,) @$(call set,LIVE_INSTALL_PKG,)
@$(call set,GLOBAL_LIVE_INSTALL,) @$(call set,GLOBAL_LIVE_INSTALL,)
use/live-install/wayland: use/live-install
@$(call set,LIVE_INSTALLER,installer-common-wayland-stage2)
@$(call add,STAGE2_BOOTARGS,wayland)
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