1. 18 Feb, 2013 1 commit
  2. 11 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      efi: added fatresize · d83eb787
      Michael Shigorin authored
      Helps with #28470 (FAT not being recognized) which is critical
      due to ESP being FAT by spec :-/
      
      Thanks timonbl4@ for the hint.
      d83eb787
  3. 04 Feb, 2013 1 commit
  4. 21 Jan, 2013 3 commits
  5. 14 Jan, 2013 3 commits
  6. 26 Dec, 2012 2 commits
    • Michael Shigorin's avatar
      efi: handle rescue as well · cd0db8d3
      Michael Shigorin authored
      The rescue feature intentionally doesn't pick up THE_PACKAGES
      and THE_LISTS into stage2, so add EFI ones explicitly.
      cd0db8d3
    • Michael Shigorin's avatar
      efi: skip on unsupported target architectures · b6eb7cb7
      Michael Shigorin authored
      There's a possibility to run into IA32 EFI but that's rather
      uninteresting hardware (ancient Xeon servers and <s>outdated</s>
      early Intel Mac laptops).  Just drop it on the floor.
      
      As x86_64 UEFI support would result in "2D hybrid(r)(tm)" image
      which boots with all combinations of BIOS/UEFI by CD|DVD/Flash
      (or at least should boot), some downgrace seems due: use/efi will
      turn use/isohybrid on non-x86_64 -- which will require further
      tweaks on PPC/ARM some day.
      b6eb7cb7
  7. 17 Dec, 2012 1 commit
  8. 19 Nov, 2012 1 commit
    • Michael Shigorin's avatar
      initial EFI support · 653b8e1d
      Michael Shigorin authored
      EFI/UEFI is mostly about partitioning and bootloader setup,
      at least from a distribution's point of view; so the
      appropriate tools should be handy and firmware interface
      module should not be exterminated from installer images
      but get autoloaded instead.
      
      Please note that while there exists 32-bit x86 EFI
      we don't bother with it at the time being: it's relevant
      to some irrelevant Xeon systems as well as for the older
      Intel Macs (<2008) that are long out of fashion anyways.
      That is, initially we deal with x86_64 EFI only.
      653b8e1d