Ignore:
Timestamp:
May 7, 2007, 2:07:32 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix a Debian packaging bug
  • Do not use mindi-boot.2880.img (which may not exist) anymore in mondorestore
  • Adds a debuging message for image_devs for mondo
  • Adds some useful log info for debugging at restore time in init
  • Debian stores its optimised libraries in /lib/i686/cmov now. (Andree Leidenfrost)
  • Fix a bug on lsmod | sed. (Andree Leidenfrost). As a consequence, lsmod is not used anymo

re in mindi (except for log). Replaced by /proc/modules. And the MODULES variable is now us
ed to avoid code duplication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-devices.c

    r1365 r1408  
    19791979    log_it("scratchdir = '%s'", bkpinfo->scratchdir);
    19801980    log_it("tmpdir = '%s'", bkpinfo->tmpdir);
     1981    log_it("image_devs = '%s'", bkpinfo->image_devs);
    19811982    log_it("boot_device = '%s' (loader=%c)", bkpinfo->boot_device,
    19821983           bkpinfo->boot_loader);
Note: See TracChangeset for help on using the changeset viewer.