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.
This commit is contained in:
parent
a9f8834707
commit
9e59e5a111
@ -1,6 +1,10 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user