Commit 8568890d authored by Anton Midyukov's avatar Anton Midyukov

stage2: change INSTALL2_INIT as try (can be reassigned)

parent e824c4cc
......@@ -4,9 +4,9 @@ use/stage2:: sub/stage1
@$(call add,STAGE1_PACKAGES,make-initrd file iproute2)
@$(call add,STAGE1_MODLISTS,$$(FEATURES))
ifeq (,$(filter-out sisyphus p11 c11%,$(BRANCH)))
@$(call set,INSTALL2_INIT,init=/usr/libexec/install2/install2-init)
@$(call try,INSTALL2_INIT,init=/usr/libexec/install2/install2-init)
else
@$(call set,INSTALL2_INIT,init=/usr/sbin/install2-init)
@$(call try,INSTALL2_INIT,init=/usr/sbin/install2-init)
endif
@$(call xport,STAGE1_PACKAGES)
@$(call xport,STAGE1_KCONFIG)
......
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