Ignore:
Timestamp:
Aug 4, 2015, 8:57:25 AM (9 years ago)
Author:
Bruno Cornec
Message:

Adds UEFI boot support to mindi

Refactor into PrepareBootDiskImage the 2 previously separated functions
to create the boot image, now also supporting UEFI and grub (USB key not
reviewed for now)
Adds grub support for MakeBootConfFile needed for UEFI boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3380 r3398  
    798798#else
    799799#ifdef __IA64__
    800     /* For EFI partitions take fat16
     800    /* For EFI or UEFI partitions take fat16
    801801     * as we want to make small ones */
    802802    mr_asprintf(program, "mkfs -t %s -F 16 %s", format, device);
Note: See TracChangeset for help on using the changeset viewer.