Commit 9e59e5a1 authored by Michael Shigorin's avatar Michael Shigorin

install2: make arch-aware

+installer should work everywhere it can at all, but full-blown one is currently developed on x86; provide at least the reasonable chunk elsewhere.
parent a9f88347
# alterator-based installer, second (livecd) stage
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
+installer: use/install2/full; @:
else
+installer: use/install2/packages; @:
endif
use/install2: use/stage2 sub/stage2@install2 use/metadata \
use/cleanup/installer
......
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