Commit 0ba8d3fb authored by Michael Shigorin's avatar Michael Shigorin

efi: added refind to the rescue

Its bootloader autodetection capabilities can prove quite useful; this particular addition has been "sponsored" by this thread: http://lists.altlinux.org/pipermail/sisyphus/2013-January/subject.html#359481
parent 12470e01
...@@ -7,6 +7,7 @@ use/efi: ...@@ -7,6 +7,7 @@ use/efi:
@$(call set,MKI_VER_MINIMAL,0.2.5) # see #28219 @$(call set,MKI_VER_MINIMAL,0.2.5) # see #28219
@$(call add,THE_LISTS,$(EFI_LISTS)) @$(call add,THE_LISTS,$(EFI_LISTS))
@$(call add,RESCUE_LISTS,$(EFI_LISTS)) @$(call add,RESCUE_LISTS,$(EFI_LISTS))
@$(call add,RESCUE_PACKAGES,refind)
@$(call add,INSTALL2_PACKAGES,dosfstools) @$(call add,INSTALL2_PACKAGES,dosfstools)
@$(call try,EFI_BOOTLOADER,elilo) # default one @$(call try,EFI_BOOTLOADER,elilo) # default one
......
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