Commit 347d9c94 authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Michael Shigorin

install2: add use/install2/autoinstall

...included by default in use/install2
parent 32c9f80d
......@@ -7,7 +7,7 @@ else
endif
use/install2: use/stage2 sub/stage2@install2 use/metadata \
use/cleanup/installer
use/cleanup/installer use/install2/autoinstall
@$(call add_feature)
@$(call try,INSTALLER,altlinux-generic) # might be replaced later
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
......@@ -49,6 +49,11 @@ use/install2/repo: use/install2
use/install2/net: use/install2
@$(call add,INSTALL2_PACKAGES,curl)
# for autoinstall
use/install2/autoinstall:
@$(call add,INSTALL2_PACKAGES,curl)
@$(call add,BASE_PACKAGES,alterator-postinstall)
# see also use/vmguest/kvm; qxl included in xorg pkglist
use/install2/kvm:
@$(call add,INSTALL2_PACKAGES,spice-vdagent xorg-drv-qxl)
......
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