Ignore:
Timestamp:
Mar 4, 2016, 6:47:07 AM (8 years ago)
Author:
Bruno Cornec
Message:

Improve mondoarchive/mindi interface

  • Rename the mindi image mindi.iso (was mondorescue.iso which was confusing)
  • If called from mondoarchive, mindi now copies as well kernel and initrd to the boot image
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondoarchive/mondoarchive.c

    r3510 r3527  
    385385    }
    386386
    387     if (does_file_exist(MINDI_CACHE"/mondorescue.iso")) {
    388         log_to_screen(MINDI_CACHE"/mondorescue.iso, a boot/utility CD, is available if you want it.");
     387    if (does_file_exist(MINDI_CACHE"/mindi.iso")) {
     388        log_to_screen(MINDI_CACHE"/mindi.iso, a boot/utility CD, is available if you want it.");
    389389    }
    390390
Note: See TracChangeset for help on using the changeset viewer.