Commit b13ba812 authored by Michael Shigorin's avatar Michael Shigorin

stage2: fix make-initrd environment on p8

This has manifested on e2k for me -- still using older make-initrd lacking R: file -- so let's get this kludge back for a while, or until any reasonable make-initrd around has *everything* it needs to create images listed in its runtime requirements. Fixes: 2b3455c2
parent 27b07b2d
# "1" is not a typo
use/stage2: sub/stage1
@$(call add_feature)
@$(call add,STAGE1_PACKAGES,make-initrd iproute2)
@$(call add,STAGE1_PACKAGES,make-initrd file iproute2)
@$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)
@$(call add,STAGE1_MODLISTS,$$(FEATURES))
@$(call xport,STAGE1_PACKAGES)
......
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