Commit 9fad9adf authored by Anton Midyukov's avatar Anton Midyukov

install2: add mdadm to altinst

Request by mcpain@. Needed mdmon for Intel VROC support.
parent 95950849
......@@ -18,6 +18,8 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call xport,INSTALL2_CLEANUP_PACKAGES)
@$(call xport,INSTALL2_CLEANUP_KDRIVERS)
@$(call add,INSTALL2_PACKAGES,lsof)
@$(call add,INSTALL2_PACKAGES,mdadm)
@$(call add,BASE_PACKAGES,mdadm)
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full: \
......
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