Commit 3356e8da authored by Anton Midyukov's avatar Anton Midyukov

initrd-{bootchain,propagator}: add bootchain or propagator to MAIN_PACKAGES

To build initrd from live if necessary.
parent 546bab06
...@@ -2,6 +2,7 @@ use/initrd-bootchain: ...@@ -2,6 +2,7 @@ use/initrd-bootchain:
@$(call add_feature) @$(call add_feature)
@$(call set,STAGE1_INITRD,initrd-bootchain) @$(call set,STAGE1_INITRD,initrd-bootchain)
@$(call set,STAGE1_PACKAGES,make-initrd-bootchain) @$(call set,STAGE1_PACKAGES,make-initrd-bootchain)
@$(call set,MAIN_PACKAGES,make-initrd-bootchain)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "root=bootchain bootchain=fg,altboot automatic")) @$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "root=bootchain bootchain=fg,altboot automatic"))
@$(call xport,STAGE1_INITRD_TYPEARGS) @$(call xport,STAGE1_INITRD_TYPEARGS)
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:disk,uuid:$(UUID_ISO)")) @$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:disk,uuid:$(UUID_ISO)"))
......
use/initrd-propagator: use/initrd-propagator:
@$(call add_feature) @$(call add_feature)
@$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator) @$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)
@$(call add,MAIN_PACKAGES,make-initrd-propagator propagator)
@$(call set,STAGE1_INITRD,initrd-propagator) @$(call set,STAGE1_INITRD,initrd-propagator)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "changedisk automatic")) @$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "changedisk automatic"))
@$(call xport,STAGE1_INITRD_TYPEARGS) @$(call xport,STAGE1_INITRD_TYPEARGS)
......
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