Commit 9fcff7c4 authored by Michael Shigorin's avatar Michael Shigorin

rescue: add os-prober to base rescue

Should get into distributions' rescue image indeed.
parent ccc377ee
...@@ -5,7 +5,7 @@ use/rescue/.base: use/stage2 sub/stage2@rescue ...@@ -5,7 +5,7 @@ use/rescue/.base: use/stage2 sub/stage2@rescue
@$(call add,RESCUE_LISTS,openssh) @$(call add,RESCUE_LISTS,openssh)
use/rescue/base: use/rescue/.base use/rescue/base: use/rescue/.base
@$(call add,RESCUE_PACKAGES,pciutils nfs-utils) @$(call add,RESCUE_PACKAGES,pciutils nfs-utils os-prober)
@$(call add,RESCUE_LISTS,\ @$(call add,RESCUE_LISTS,\
$(call tags,base && (rescue || network || security || archive))) $(call tags,base && (rescue || network || security || archive)))
......
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