Commit f3303281 authored by Anton Midyukov's avatar Anton Midyukov

initrd-bootchain: add instead set MAIN_PACKAGES

With this we break the addition of everything that we added earlier.
parent f7b6ab87
......@@ -2,7 +2,7 @@ use/initrd-bootchain:
@$(call add_feature)
@$(call set,STAGE1_INITRD,initrd-bootchain)
@$(call set,STAGE1_PACKAGES,make-initrd-bootchain)
@$(call set,MAIN_PACKAGES,make-initrd-bootchain)
@$(call add,MAIN_PACKAGES,make-initrd-bootchain)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "root=bootchain bootchain=fg,altboot automatic"))
@$(call xport,STAGE1_INITRD_TYPEARGS)
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:disk,uuid:$(UUID_ISO)"))
......
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