Changeset 3866 in MondoRescue for branches/3.3/mondo/src/include


Ignore:
Timestamp:
Mar 7, 2024, 1:55:18 PM (4 months ago)
Author:
Bruno Cornec
Message:

Change find_my_editor and find_home_of_exe to return dynamically assigned stringsi - adapt whine_if_not_found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/include/my-stuff.h

    r3754 r3866  
    177177
    178178#define MONDO_MKISOFS_CMD "mkisofs"
    179 #define MONDO_GENISOIMAGE_CMD "genisoimage"
    180 #define MONDO_XORRISO_CMD "xorriso -as mkisofs"
     179#define MONDO_MKISOFS_OPT ""
     180#define MONDO_WODIM_OPT ""
     181#define MONDO_GENISOIMAGE_OPT ""
     182#define MONDO_XORRISO_OPT "-as mkisofs"
    181183#define MONDO_MKISOFS " -J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue -V _CD#_ "
    182184#define MONDO_MKISOFS_CMS " -b syslinux/isolinux.bin -c syslinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table "
Note: See TracChangeset for help on using the changeset viewer.