efi: added fatresize

Helps with #28470 (FAT not being recognized) which is critical
due to ESP being FAT by spec :-/

Thanks timonbl4@ for the hint.
This commit is contained in:
Michael Shigorin 2013-02-05 13:58:01 +04:00
parent 61ead13d3a
commit d83eb78762
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use/efi:
@$(call add,RESCUE_LISTS,$(EFI_LISTS))
@$(call add,THE_PACKAGES,$$(EFI_SHELL))
@$(call add,RESCUE_PACKAGES,refind $$(EFI_SHELL))
@$(call add,INSTALL2_PACKAGES,dosfstools)
@$(call add,INSTALL2_PACKAGES,dosfstools fatresize)
@$(call try,EFI_BOOTLOADER,elilo) # default one
use/efi/refind: use/efi

View File

@ -1,5 +1,6 @@
gdisk
parted
fatresize
dosfstools
grub2-efi
elilo