Ignore:
Timestamp:
Feb 9, 2016, 2:34:54 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Adds support for xorriso for UEFI distributions using it such as Debian 8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3499 r3502  
    17051705        mr_asprintf(result_sz, "Call to mkisofs to make ISO (%s #%d) ", mds,  g_current_media_number);
    17061706        mr_free(mds);
    1707         if (find_home_of_exe("genisoimage")) {
     1707        if (find_home_of_exe("xorriso")) {
     1708            mr_asprintf(isofs_cmd, "%s", MONDO_XORRISO_CMD);
     1709        else if (find_home_of_exe("genisoimage")) {
    17081710            mr_asprintf(isofs_cmd, "%s", MONDO_GENISOIMAGE_CMD);
    17091711        } else {
Note: See TracChangeset for help on using the changeset viewer.