Commit 64b65cab authored by Anton Midyukov's avatar Anton Midyukov

e2k/generate.mk: use INSTALL2_INIT variable for livecd install

parent 001fa3f0
......@@ -41,7 +41,7 @@ config: prep
elif [ "$$i" = liveinst ]; then \
LABEL="install"; \
STAGE2="stagename=live"; \
INIT=" init=/usr/sbin/install2-init"; \
INIT=" $(INSTALL2_INIT)"; \
elif [ "$$i" = liverescue ]; then \
LABEL=rescue; \
STAGE2="stagename=live"; \
......
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