Commit 287b5432 authored by Anton Midyukov's avatar Anton Midyukov

install2: Add OEM mode for installer

parent 5e1edb48
......@@ -30,6 +30,11 @@ use/install2/full: \
@$(call add,INSTALL2_PACKAGES,xorg-drv-synaptics)
@$(call add,INSTALL2_PACKAGES,xorg-drv-libinput)
use/install2/oem: use/install2
@$(call add,INSTALL2_PACKAGES,installer-feature-oem-stage2)
@$(call add,MAIN_PACKAGES,alterator-setup)
@$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2)
use/install2/lvm: use/install2
@$(call add,INSTALL2_PACKAGES,lvm2)
@$(call add,BASE_PACKAGES,lvm2)
......
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