Ignore:
Timestamp:
Jan 5, 2016, 1:45:53 AM (8 years ago)
Author:
Bruno Cornec
Message:

Update mondo to point to the isolinux subdir now created for ISO images and use the images subdir also for coherency for boot.cat files

File:
1 edited

Legend:

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

    r3466 r3494  
    17501750#else
    17511751                log_msg(1, "Non-ia64 --> lilo");
    1752                 mr_asprintf(full_isofs_cmd, "%s%s-b images/mindi-bootroot.img -c boot.cat -o '_ISO_' -J -V _CD#_ .",isofs_cmd,MONDO_MKISOFS);
     1752                mr_asprintf(full_isofs_cmd, "%s%s-b images/mindi-bootroot.img -c images/boot.cat -o '_ISO_' -J -V _CD#_ .",isofs_cmd,MONDO_MKISOFS);
    17531753                // FIXME: fixed boot size probably wrong. lilo to be removed
    17541754                res = eval_call_to_make_ISO(full_isofs_cmd, destfile, g_current_media_number, MONDO_LOGFILE, message_to_screen);
Note: See TracChangeset for help on using the changeset viewer.