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-archive.c

    r1365 r1408  
    27632763        if (!does_file_exist("/var/cache/mindi/mindi-kern.1722.img"))
    27642764#else
     2765        /* BERLIOS: To be improved */
    27652766        if (!does_file_exist("/var/cache/mindi/mindi-bootroot.1722.img")
    27662767            && !does_file_exist("/var/cache/mindi/mindi-boot.1440.img")
    27672768            && !does_file_exist("/var/cache/mindi/mindi-boot.2880.img")
    2768             && !does_file_exist("/var/cache/mindi/mindi-boot.5760.img"))
     2769            && !does_file_exist("/var/cache/mindi/mindi-boot.5760.img")
     2770            && !does_file_exist("/var/cache/mindi/mindi-boot.8192.img"))
    27692771#endif
    27702772        {
Note: See TracChangeset for help on using the changeset viewer.