Commit 73485bc0 authored by Michael Shigorin's avatar Michael Shigorin

install2: initial use/install2/repo

This one uses an installer feature; should be reimplemented using rootfs scripts carried over by installer some day.
parent ba1557c0
......@@ -25,6 +25,10 @@ use/install2/vmguest: use/install2/kvm use/install2/vbox use/install2/vmware; @:
# stash local packages within installation media
use/install2/packages: use/install2 use/repo/main; @:
# set up remote repositories within installed system out-of-box
use/install2/repo: use/install2
@$(call add,INSTALL2_PACKAGES,installer-feature-online-repo)
# for alterator-pkg to use
use/install2/net: use/install2
@$(call add,INSTALL2_PACKAGES,curl)
......
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